summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-10-08 13:49:11 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-10-08 13:49:11 +0200
commit89f957f15308cb2c6404b4c182c60b08e7f618b9 (patch)
tree14e1496644d912cb163c4800698ca90378d1a4a3 /android
parentffbd28f787d8ee302577eb06322352c8f6b1e013 (diff)
downloadmullvadvpn-89f957f15308cb2c6404b4c182c60b08e7f618b9.tar.xz
mullvadvpn-89f957f15308cb2c6404b4c182c60b08e7f618b9.zip
Updating version in package files2019.9-beta1
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 4e3938f82d..a75d7efe29 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -23,8 +23,8 @@ android {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 19
targetSdkVersion 28
- versionCode 19080099
- versionName "2019.8"
+ versionCode 19090001
+ versionName "2019.9-beta1"
}
if (keystorePropertiesFile.exists()) {