diff options
author | cyBerta <cyberta@riseup.net> | 2019-10-08 02:08:14 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-10-08 02:08:14 +0200 |
commit | 7cc09e56569bfc5972cf71649514eac70195a301 (patch) | |
tree | 8b11bda19057e887724dea3bb3b9832d9171cd37 /app | |
parent | 6a8b68e68ce831c1aa4d9b4af0bae9ee558acd42 (diff) |
bump version to 1.0.2RC1
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 5d98e2e4..219f556b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 141 - versionName "1.0.1" + versionCode 142 + versionName "1.0.2RC1" minSdkVersion 16 targetSdkVersion 28 vectorDrawables.useSupportLibrary = true |