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
This commit is contained in:
olly 2016-10-05 02:39:02 -07:00 committed by Oliver Woodman
parent b3c6f1caae
commit 85d749d2d5

View File

@ -16,7 +16,6 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
@ -27,7 +26,7 @@ buildscript {
allprojects {
repositories {
mavenCentral()
jcenter()
}
project.ext {
compileSdkVersion=24