summaryrefslogtreecommitdiff
path: root/android/java
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-02-09 17:30:44 -0800
committerBrad Leege <bleege@gmail.com>2015-02-09 17:30:44 -0800
commit9c5f1c0608bbd507e1753faddea41292b72c8b37 (patch)
tree351a09ca724361e498f620f77c310dd59d400b3e /android/java
parentfe7b4c75d70622e4fa4ebd15a8966f81a2dd6c0e (diff)
downloadqtlocation-mapboxgl-9c5f1c0608bbd507e1753faddea41292b72c8b37.tar.gz
#826 - Converting from jcenter() to mavenCentral()
Diffstat (limited to 'android/java')
-rw-r--r--android/java/app/build.gradle4
-rw-r--r--android/java/lib/build.gradle4
2 files changed, 4 insertions, 4 deletions
diff --git a/android/java/app/build.gradle b/android/java/app/build.gradle
index 1f9cd341ab..2677f90883 100644
--- a/android/java/app/build.gradle
+++ b/android/java/app/build.gradle
@@ -1,6 +1,6 @@
buildscript {
repositories {
- jcenter()
+ mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
@@ -31,7 +31,7 @@ android {
buildToolsVersion "21.1.2"
repositories {
- jcenter()
+ mavenCentral()
}
defaultConfig {
diff --git a/android/java/lib/build.gradle b/android/java/lib/build.gradle
index eba0ea98f6..7d30b5ff36 100644
--- a/android/java/lib/build.gradle
+++ b/android/java/lib/build.gradle
@@ -1,6 +1,6 @@
buildscript {
repositories {
- jcenter()
+ mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
@@ -14,7 +14,7 @@ android {
buildToolsVersion "21.1.2"
repositories {
- jcenter()
+ mavenCentral()
}
defaultConfig {