diff options
author | cyBerta <cyberta@riseup.net> | 2019-10-25 17:51:00 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-10-25 17:51:00 +0200 |
commit | 44900326a61307910b58f7553a506e92a77237ce (patch) | |
tree | 66fcfa4510bb7695eac0f62976413c7caa388ec4 /app | |
parent | 54f2d51e71b843ad7baeca172428291eb55e63a9 (diff) |
set version to 1.0.2RC2
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 219f556b..a405ed95 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 142 - versionName "1.0.2RC1" + versionCode 143 + versionName "1.0.2RC2" minSdkVersion 16 targetSdkVersion 28 vectorDrawables.useSupportLibrary = true |