diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-26 13:45:10 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-26 13:45:10 +0100 |
commit | 50bcfa80a76681611fc38cc04650692480896f39 (patch) | |
tree | 34dc28f942426e21a9428bc12b490fcfff03d551 /app | |
parent | 61d733f7c0fbb3195353ab1ea88a7fdfc551193c (diff) |
update to version 1.1.0RC2
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 844a2550..35ae12a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 156 - versionName "1.1.0RC1" + versionCode 157 + versionName "1.1.0RC2" minSdkVersion 16 targetSdkVersion 30 vectorDrawables.useSupportLibrary = true |