diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-20 15:47:48 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-21 10:58:56 +0000 |
| commit | d41cb5f38619088d8bd3c3ddaac0c4d4be1f24b2 (patch) | |
| tree | bbe22fbb3cb1252e2b611e4d62228dfa9dfc886e | |
| parent | 59b0eb8043b4515d1ce646c16c79748169dfde39 (diff) | |
| download | mullvadvpn-d41cb5f38619088d8bd3c3ddaac0c4d4be1f24b2.tar.xz mullvadvpn-d41cb5f38619088d8bd3c3ddaac0c4d4be1f24b2.zip | |
Update target SDK version and build tools version
| -rw-r--r-- | android/build.gradle | 6 |
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" } |
