summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-20 15:47:48 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-21 10:58:56 +0000
commitd41cb5f38619088d8bd3c3ddaac0c4d4be1f24b2 (patch)
treebbe22fbb3cb1252e2b611e4d62228dfa9dfc886e /android
parent59b0eb8043b4515d1ce646c16c79748169dfde39 (diff)
downloadmullvadvpn-d41cb5f38619088d8bd3c3ddaac0c4d4be1f24b2.tar.xz
mullvadvpn-d41cb5f38619088d8bd3c3ddaac0c4d4be1f24b2.zip
Update target SDK version and build tools version
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 607dc2f01c..fa2989bb8d 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -14,13 +14,13 @@ if (keystorePropertiesFile.exists()) {
}
android {
- compileSdkVersion 28
- buildToolsVersion '28.0.3'
+ compileSdkVersion 29
+ buildToolsVersion '29.0.3'
defaultConfig {
applicationId "net.mullvad.mullvadvpn"
minSdkVersion 24
- targetSdkVersion 28
+ targetSdkVersion 29
versionCode 20060001
versionName "2020.6-beta1"
}