aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLena <lena@omega>2026-08-16 00:00:00 +0000
committerLena <lena@omega>2026-08-16 00:00:00 +0000
commit6578dc47a7d1f7946528e9540d9cfa2e9a5d88d2 (patch)
tree0d5867861e24f31166716fd414d879528c2c7cff /app
parent8c6390571d28ff21a98ed3802458aceddbb6d2a0 (diff)
downloadrsend-6578dc47a7d1f7946528e9540d9cfa2e9a5d88d2.tar.gz
app: release 0.2.00.2.0
Document the multi-remote release, publish matching store metadata, and advance the version once from the released 0.1.3 base.
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index df41dc5..3c73d2e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -17,8 +17,8 @@ android {
applicationId 'invalid.lena.rsend'
minSdk 30
targetSdk 35
- versionCode 4
- versionName '0.1.3'
+ versionCode 5
+ versionName '0.2.0'
// Ship only the ABIs we build native libs for.
ndk { abiFilters 'arm64-v8a', 'x86_64' }
}