summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-02-05 15:09:12 +0100
committerLinus Färnstrand <linus@mullvad.net>2020-02-10 13:26:30 +0100
commit171d103199d06ac57166c84b9af807fc68887a84 (patch)
tree8934a9eb65a328ca11c6346a3e5d29ed3c1e755e /android
parent68ee1ea23cdf84c5e674c1908a2126512d36ba56 (diff)
downloadmullvadvpn-171d103199d06ac57166c84b9af807fc68887a84.tar.xz
mullvadvpn-171d103199d06ac57166c84b9af807fc68887a84.zip
Updating version in package files
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 41cc002ae9..0e41b32f69 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -23,8 +23,8 @@ android {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 19
targetSdkVersion 28
- versionCode 19100099
- versionName "2019.10"
+ versionCode 20010099
+ versionName "2020.1"
}
if (keystorePropertiesFile.exists()) {