diff options
| author | Lena <lena@omega> | 2026-08-23 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-23 00:00:00 +0000 |
| commit | 4bc9e8522099deaa3de25d4cb6fb721dc9f42878 (patch) | |
| tree | 95c3f5f2bc5428085f10f3561e321f38081ecc60 /app | |
| parent | 780d3167a427d6964806694ef5282be0c6f4cd33 (diff) | |
| download | rsend-4bc9e8522099deaa3de25d4cb6fb721dc9f42878.tar.gz | |
Advance the version once from the released 0.2.0 base and publish the
matching changelog. No transfer, protocol or storage behaviour changed,
so the store description stands.
The dashboard screenshot prints BuildConfig.VERSION_NAME, so it is the
one store image a version bump invalidates. Recaptured on the same
1080x2400 profile with the same demo state.
Diffstat (limited to 'app')
| -rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 17768b0..0945bc9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId 'invalid.lena.rsend' minSdk 30 targetSdk 35 - versionCode 5 - versionName '0.2.0' + versionCode 6 + versionName '0.2.1' // Ship only the ABIs the native build scripts produce (ABIS in versions). ndk { abiFilters 'arm64-v8a', 'x86_64' } } |