summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-02-05 12:39:44 +0100
committercyBerta <cyberta@riseup.net>2022-02-05 12:39:44 +0100
commitae1b776b413d2c347547e3a362ef2ce59f422de8 (patch)
treeacb06f259a69525cd085c64573c0ab753ca4be10 /app
parentcb473fac65386dd41bbdece1bd09e83d8bec475b (diff)
update version to 1.1.2
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 0f3d1661..c8dbafe8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -17,8 +17,8 @@ android {
applicationId "se.leap.bitmaskclient"
// 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
- versionCode 159 * 1000
- versionName "1.1.1"
+ versionCode 160 * 1000
+ versionName "1.1.2"
minSdkVersion 16
targetSdkVersion 30
vectorDrawables.useSupportLibrary = true