diff options
| author | Lena <lena@omega> | 2026-08-16 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-16 00:00:00 +0000 |
| commit | 6578dc47a7d1f7946528e9540d9cfa2e9a5d88d2 (patch) | |
| tree | 0d5867861e24f31166716fd414d879528c2c7cff /app | |
| parent | 8c6390571d28ff21a98ed3802458aceddbb6d2a0 (diff) | |
| download | rsend-0.2.0.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.gradle | 4 |
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' } } |