diff options
author | cyBerta <cyberta@riseup.net> | 2025-02-05 14:41:52 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2025-02-05 13:46:17 +0000 |
commit | 856575d480c3e7f04f7a5189bcc761913c4eba6d (patch) | |
tree | e1a10025b5ad89addb9731dfbfa97dfaba230a1d /app | |
parent | aada92c52476daa514dc52aaea8193e45c17afe8 (diff) |
update version to 1.5.1RC2
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 0085eca8..c84d2aae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,8 @@ android { // the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n // to extracted bundle apks, supplied by google // however we don't calculate the versionCode here, because F-Droid doesn't like that - versionCode 177000 - versionName "1.5.0RC1" + versionCode 178000 + versionName "1.5.0RC2" compileSdk 34 minSdkVersion 21 targetSdkVersion 34 |