summaryrefslogtreecommitdiff
path: root/platform/android/build.gradle
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2017-11-23 09:52:53 +0100
committerTobrun <tobrun@mapbox.com>2017-12-19 13:39:38 +0100
commit639c033d8e2f307282557a9a7838ec1277903c79 (patch)
tree1b242c82e563d1a22e005fe8f6a04b919037c7cd /platform/android/build.gradle
parentf2d781ad55ab13a586cbf2b498d12364b50e4c38 (diff)
downloadqtlocation-mapboxgl-639c033d8e2f307282557a9a7838ec1277903c79.tar.gz
[android] - update project to gradle 4.1, gradle tools 3.0, build tools 26.0.2
Diffstat (limited to 'platform/android/build.gradle')
-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 f3301d0b5a..28d5363797 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -1,16 +1,17 @@
buildscript {
repositories {
jcenter()
+ google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.3.1'
+ classpath 'com.android.tools.build:gradle:3.0.1'
}
}
allprojects {
repositories {
jcenter()
- maven { url 'https://maven.google.com' }
+ google()
maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
}