diff options
author | cyBerta <cyberta@riseup.net> | 2019-07-12 20:08:50 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-07-12 20:08:50 +0200 |
commit | 73dd90352ea1e2f0a1aebcfd343a8db75a221fe9 (patch) | |
tree | ecfe79bcb579394e4cf26543db007948fda66f30 /app | |
parent | 6c9a29082a8543991b8485c8613e7c586fed636f (diff) |
set version to 1.0.0RC11.0.0RC1
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 022a9c34..e2a8d926 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 138 - versionName "0.9.11" + versionCode 139 + versionName "1.0.0RC1" minSdkVersion 16 targetSdkVersion 27 resValue "string", "app_name", appName |