diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2018-09-03 11:08:46 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-09-03 12:09:52 +0200 |
commit | 59ebe022bcca7c915932aa5f5ec7334ce68b6949 (patch) | |
tree | 91d01e301838263ff8fbebe5f8781c663e44a4b3 /platform/android | |
parent | 95b89e69857eca6a04a3472ef6537f65bc1049de (diff) | |
download | qtlocation-mapboxgl-59ebe022bcca7c915932aa5f5ec7334ce68b6949.tar.gz |
[android] - bump gradle tools for AS 3.1.4
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle index f1c7988177..1e5efc0d7b 100644 --- a/platform/android/build.gradle +++ b/platform/android/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.3' + classpath 'com.android.tools.build:gradle:3.1.4' classpath dependenciesList.licensesPlugin classpath dependenciesList.kotlinPlugin } |