diff options
| author | cyBerta <cyberta@riseup.net> | 2025-02-14 18:34:24 +0100 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2025-02-14 17:37:34 +0000 |
| commit | 075ace8258316d73218b63c6369c7942caab1d7b (patch) | |
| tree | 0dbf8e673a4365ea5ad5fc7cb009598ab6df08e1 /app | |
| parent | 88c61eac538b9d2a6f62ae6e89fc428f007ba2be (diff) | |
update to version 1.5.1
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 c84d2aae..6df26169 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 178000 - versionName "1.5.0RC2" + versionCode 179000 + versionName "1.5.1" compileSdk 34 minSdkVersion 21 targetSdkVersion 34 |
