maven central -> jcenter

This commit is contained in:
jendib 2015-11-29 01:53:16 +01:00
parent d41172abb6
commit 1466fb4d6c

View File

@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-alpha1'
@ -9,7 +9,7 @@ buildscript {
apply plugin: 'com.android.application'
repositories {
mavenCentral()
jcenter()
}
android {