summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-10-20 11:19:20 +0200
committerLinus Färnstrand <linus@mullvad.net>2020-10-20 13:18:48 +0200
commit9ea7649572b7c70bfb466fd497106bb38b00055a (patch)
tree24a328e0771066d1eb0c49d1f4971ab3de78c4ae /android
parentd893c8e8e9ad7c82afd7668935b7f3697e56ecab (diff)
downloadmullvadvpn-9ea7649572b7c70bfb466fd497106bb38b00055a.tar.xz
mullvadvpn-9ea7649572b7c70bfb466fd497106bb38b00055a.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 775c5eaeba..2b418455d1 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -21,8 +21,8 @@ android {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 24
targetSdkVersion 29
- versionCode 20060003
- versionName "2020.6-beta3"
+ versionCode 20060099
+ versionName "2020.6"
}
if (keystorePropertiesFile.exists()) {