summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-06-28 01:06:58 +0200
committercyBerta <cyberta@riseup.net>2024-06-28 01:06:58 +0200
commit7af367662c1d27e61d92ae73d6283581a4fdc5f3 (patch)
treee80afecc43bc824203c66ecc31b1fcf63880b8f0 /app
parent232328c078eb7854ce1a0246098927ba9a59bc98 (diff)
update to version 1.4.0RC1
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 a9a096e2..f3412c3f 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 173000
- versionName "1.3.1"
+ versionCode 174000
+ versionName "1.4.0RC1"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34