mirror of
https://github.com/sismics/docs.git
synced 2024-11-21 21:47:57 +01:00
maven central -> jcenter
This commit is contained in:
parent
d41172abb6
commit
1466fb4d6c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user