summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2026-07-11 09:43:07 +0200
committercyberta <cyberta@riseup.net>2026-07-11 07:45:20 +0000
commitb16726af735bd71d6ddcf45259d868a3a337b2c7 (patch)
tree36348dd1c51e2f99594b928ad95e6917c2dcdb32 /app
parente24bf62957e71291c51922d67ac245563861b1fb (diff)
update to version 1.6.3HEADmaster
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 3a39fc9c..0c0081ba 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 185000
- versionName "1.6.2"
+ versionCode 186000
+ versionName "1.6.3"
compileSdk 35
minSdkVersion 24
targetSdkVersion 35