summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2016-04-07 14:10:21 -0500
committerBrad Leege <bleege@gmail.com>2016-04-07 15:09:06 -0500
commit92c946d404edb34febff722cfda2a42ff2183fdc (patch)
tree1816e1c5f8d089726f1c3145188334c3521283f9
parentc8ee5dadaa8e3501337d30b699d59f54ddf2a32c (diff)
downloadqtlocation-mapboxgl-92c946d404edb34febff722cfda2a42ff2183fdc.tar.gz
[android] #4636 - Updating to Android Gradle Build tools to 2.0.0
-rw-r--r--platform/android/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index f3a1cc06ba..8b6a83dde7 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -4,10 +4,11 @@
buildscript {
repositories {
jcenter()
+ maven { url 'https://jitpack.io' }
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.5.0'
- classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
+ classpath 'com.android.tools.build:gradle:2.0.0'
+ classpath 'com.github.JakeWharton:sdk-manager-plugin:220bf7a88a7072df3ed16dc8466fb144f2817070'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files