diff options
| author | cyBerta <cyberta@riseup.net> | 2025-04-12 14:24:11 +0200 | 
|---|---|---|
| committer | cyBerta <cyberta@riseup.net> | 2025-04-12 14:24:11 +0200 | 
| commit | fa49fede06c1f1e2aeee880b5f18f75247e9c11f (patch) | |
| tree | df45932a19a1e37d52dc20511e5f7e5e51123e63 /app | |
| parent | 788e10bbd5107c08dd29a07ba875c6884c5febfb (diff) | |
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 48ec9f0f..b6553fd4 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 181000 -    versionName "1.5.2RC2" +    versionCode 182000 +    versionName "1.5.3"      compileSdk 34      minSdkVersion 21      targetSdkVersion 34 | 
