diff options
author | cyBerta <cyberta@riseup.net> | 2019-03-09 17:23:17 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-03-09 17:23:17 +0100 |
commit | c470a45b245474704c521700fb6a202d1742ec37 (patch) | |
tree | 45592b870042abe36c857819896711f08cc48622 /app | |
parent | ea8b752e03724aad302bdf683b91847c35877d7c (diff) |
set version to 0.9.100.9.10
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 a809e86a..dc6e87f6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { defaultConfig { applicationId "se.leap.bitmaskclient" - versionCode 136 - versionName "0.9.9" + versionCode 137 + versionName "0.9.10" resValue "string", "app_name", appName vectorDrawables.useSupportLibrary = true buildConfigField 'boolean', 'openvpn3', 'false' |