summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-12-09 05:09:57 +0100
committercyberta <cyberta@riseup.net>2024-12-11 00:09:34 +0000
commita823812d41f9e5c96aa94843f7395b0d0e949528 (patch)
tree0a2fc5bd39f5c1c421498972798c6291eff2c6a5 /app
parent4cddbe07d386e58223fd2119da36da9606c17a9b (diff)
update to 1.5.0RC1HEADmaster
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f2d3b93c..ccd54dc9 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 176000
- versionName "1.4.1"
+ versionCode 177000
+ versionName "1.5.0RC1"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34