summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-04-27 00:54:38 +0200
committercyBerta <cyberta@riseup.net>2024-04-27 00:54:38 +0200
commit3b3500e82fef981769cc6fff1dddc58cbe66ed48 (patch)
treeb8d73e9a98fce9e0f5cf30fe1588bae32678c9e3 /app
parentac5b6bd42ab100661830f8f64ba2291606866c6c (diff)
update to version 1.3.1
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 aaa1acba..68182fa5 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 172000
- versionName "1.3.0"
+ versionCode 173000
+ versionName "1.3.1"
compileSdk 34
minSdkVersion 21
targetSdkVersion 34