mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
maven central -> jcenter
This commit is contained in:
parent
d41172abb6
commit
1466fb4d6c
@ -1,6 +1,6 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:2.0.0-alpha1'
|
classpath 'com.android.tools.build:gradle:2.0.0-alpha1'
|
||||||
@ -9,7 +9,7 @@ buildscript {
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
Loading…
Reference in New Issue
Block a user