diff options
| author | cyBerta <cyberta@riseup.net> | 2025-03-18 18:03:07 +0100 |
|---|---|---|
| committer | cyBerta <cyberta@riseup.net> | 2025-03-18 18:03:07 +0100 |
| commit | 24a3ec22e8901f820645549081c1a0697222b3aa (patch) | |
| tree | 195691655a5ceadeb330295b9d93db62abd914d9 /app | |
| parent | 47275b6c089517c1d972175c0202a42ed70f2ca3 (diff) | |
update to version 1.5.2RC2
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 cedeca7c..7fc94973 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 180000 - versionName "1.5.2RC1" + versionCode 181000 + versionName "1.5.2RC2" compileSdk 34 minSdkVersion 21 targetSdkVersion 34 |
