Commit 85d749d2 by olly Committed by Oliver Woodman

Change mavenCentral -> jcenter

Ref: https://blog.bintray.com/2015/02/09/android-studio-migration-from-maven-central-to-jcenter/

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135211072
parent b3c6f1ca
Showing with 1 additions and 2 deletions
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
buildscript { buildscript {
repositories { repositories {
mavenCentral()
jcenter() jcenter()
} }
dependencies { dependencies {
...@@ -27,7 +26,7 @@ buildscript { ...@@ -27,7 +26,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
mavenCentral() jcenter()
} }
project.ext { project.ext {
compileSdkVersion=24 compileSdkVersion=24
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment