summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-07-30 00:08:30 +0200
committercyBerta <cyberta@riseup.net>2024-08-07 16:08:11 +0200
commit332dd59f3cc684023c4264191efbfe371a25f6b5 (patch)
tree5c5b4ae3bb4dfa13ab37634a2d0f977d3618d7ba /app
parent8db3bce8e89c3d25bc81fd5af883792f406dc75d (diff)
update version to 1.4.0RC2
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 d2e43601..2750eba5 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 174000
- versionName "1.4.0RC1"
+ versionCode 175000
+ versionName "1.4.0RC2"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34