summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-09-30 23:05:05 +0200
committercyBerta <cyberta@riseup.net>2024-09-30 23:05:05 +0200
commite15787e844ffe1c74b0ba783a9e37c7daa72b72a (patch)
tree814a58b0fb09210e63bf7cc83d30b02b89c95e5a /app
parent80e25f7f41fc6afeb74270afbfb5436c1f250044 (diff)
update version to 1.4.1HEADmaster
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 2750eba5..2dffdd54 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 175000
- versionName "1.4.0RC2"
+ versionCode 176000
+ versionName "1.4.1"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34