summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-01-21 09:16:13 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-01-21 17:00:31 +0100
commit488014501ddca08951ffc44c9d3e44452e7ecc27 (patch)
tree61f4c9abaf15cb9cd4a25283611937aef965c7e6 /platform/android/build.gradle
parentd53c7860cd663904e7ef529dfe527b16fd514f56 (diff)
downloadqtlocation-mapboxgl-488014501ddca08951ffc44c9d3e44452e7ecc27.tar.gz
[android] - update tooling of project and upstream dependencies
Diffstat (limited to 'platform/android/build.gradle')
-rw-r--r--platform/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index b932188e77..f1d88e3dc6 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.1.4'
+ classpath 'com.android.tools.build:gradle:3.3.0'
classpath dependenciesList.licensesPlugin
classpath dependenciesList.kotlinPlugin
}