summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Li <andrey.li@mapbox.com>2018-10-25 15:03:04 -0700
committerAndrey Li <andrey.li@mapbox.com>2018-10-26 09:12:58 -0700
commite1004b3ea83eb316d23f7df58ee7108e12007f8b (patch)
tree1aefc68ca3e5ed35322d343c52dfd610d04aaf7e
parentc5583af7436b652b056806ac8e3980def68ece40 (diff)
downloadqtlocation-mapboxgl-upstream/al-fix-repos.tar.gz
[android] Fix order in which repos are being syncedupstream/al-fix-repos
-rw-r--r--platform/android/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/build.gradle b/platform/android/build.gradle
index 1e5efc0d7b..86e4f4f5f8 100644
--- a/platform/android/build.gradle
+++ b/platform/android/build.gradle
@@ -2,8 +2,8 @@ buildscript {
apply from: "${rootDir}/gradle/dependencies.gradle"
repositories {
- jcenter()
google()
+ jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
@@ -15,8 +15,8 @@ buildscript {
allprojects {
repositories {
mavenCentral()
- jcenter()
google()
+ jcenter()
// Snapshot repository
//maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}