diff options
author | cyBerta <cyberta@riseup.net> | 2023-11-01 05:00:27 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-11-01 05:00:27 +0100 |
commit | a9fb12c34a67092616d6b38a07bd1cfe7a493e24 (patch) | |
tree | 5076bb70708ac8d030374dcc7f0c55f646732ff5 | |
parent | 85eb52e62b55d4fbe9434b250f3a6cecc70d77ec (diff) |
update to version 1.2.0 (skipping 1.1.9, since I consider this a major update)1.2.0
-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 4c9f6a25..091795a3 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 169000 - versionName "1.1.8" + versionCode 170000 + versionName "1.2.0" compileSdk 33 minSdkVersion 21 targetSdkVersion 33 |