summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2021-02-18 09:19:47 +0100
committerLinus Färnstrand <linus@mullvad.net>2021-02-18 09:19:56 +0100
commita3d4e3e365b299ed9f392ddb07015c9e79072e5f (patch)
tree9dcfa32e6f5227879a12f545a5e9bcd953d52923 /android
parent900bb3d034e5751542f675050f36691c0e01f9af (diff)
downloadmullvadvpn-a3d4e3e365b299ed9f392ddb07015c9e79072e5f.tar.xz
mullvadvpn-a3d4e3e365b299ed9f392ddb07015c9e79072e5f.zip
Bump version to 2021.2-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 6271a20bef..38a1f53359 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -22,8 +22,8 @@ android {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 24
targetSdkVersion 30
- versionCode 21010099
- versionName "2021.1"
+ versionCode 21020001
+ versionName "2021.2-beta1"
}
if (keystorePropertiesFile.exists()) {