summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2021-02-18 16:24:13 +0100
committerLinus Färnstrand <linus@mullvad.net>2021-02-18 16:24:23 +0100
commit14d63a91d1e058b6dcc89d0eef0756706d4e956d (patch)
tree641e4b761bc9b4628e110185c03a5758a5799872 /android
parent97c1b43f742b772fe47950d3a12762f01ceab85c (diff)
downloadmullvadvpn-14d63a91d1e058b6dcc89d0eef0756706d4e956d.tar.xz
mullvadvpn-14d63a91d1e058b6dcc89d0eef0756706d4e956d.zip
Bump version to 2021.2
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 38a1f53359..5a9c573a08 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -22,8 +22,8 @@ android {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 24
targetSdkVersion 30
- versionCode 21020001
- versionName "2021.2-beta1"
+ versionCode 21020099
+ versionName "2021.2"
}
if (keystorePropertiesFile.exists()) {