diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2019-05-09 15:02:23 +0200 |
---|---|---|
committer | Tobrun <tobrun.van.nuland@gmail.com> | 2019-05-09 16:08:26 +0200 |
commit | e70ace2a09a3e4f2b780233a83f0d384ac524f94 (patch) | |
tree | 7dc5dd76fae70c643ede2f400a6949d47fb3b565 | |
parent | f586ec378e7fdf670906819278dffa62ef21f158 (diff) | |
download | qtlocation-mapboxgl-e70ace2a09a3e4f2b780233a83f0d384ac524f94.tar.gz |
Revert "Revert "[andriod] - bump gradle tooling for AS 3.4""
This reverts commit 038c6a1e01944b5dd826abf400905ce1cc6b2038.
-rw-r--r-- | platform/android/build.gradle | 2 | ||||
-rw-r--r-- | platform/android/gradle/wrapper/gradle-wrapper.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle index 0be1d73a5c..fdb6cdde89 100644 --- a/platform/android/build.gradle +++ b/platform/android/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.0' + classpath 'com.android.tools.build:gradle:3.4.0' classpath dependenciesList.licensesPlugin classpath dependenciesList.kotlinPlugin classpath dependenciesList.bintrayPlugin diff --git a/platform/android/gradle/wrapper/gradle-wrapper.properties b/platform/android/gradle/wrapper/gradle-wrapper.properties index ff890c2349..ed5de07048 100644 --- a/platform/android/gradle/wrapper/gradle-wrapper.properties +++ b/platform/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip |