summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-05-18 10:39:35 +0200
committerLinus Färnstrand <linus@mullvad.net>2020-05-18 10:39:35 +0200
commitcd4f0778564fcda977a38bdd0ae9fa4b158c57ac (patch)
tree360124b3776954d318f153e401f0ee999f4beda8 /android
parenta0457e3a5f69cf83d4eb672091b13b376c7b5880 (diff)
downloadmullvadvpn-cd4f0778564fcda977a38bdd0ae9fa4b158c57ac.tar.xz
mullvadvpn-cd4f0778564fcda977a38bdd0ae9fa4b158c57ac.zip
Updating version in package files2020.5-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 95c106ad3d..f1f24d097a 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -23,8 +23,8 @@ android {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 24
targetSdkVersion 28
- versionCode 20040099
- versionName "2020.4"
+ versionCode 20050001
+ versionName "2020.5-beta1"
}
if (keystorePropertiesFile.exists()) {