Removed maven central repository
This commit is contained in:
parent
a22b32f607
commit
8f5d10f0c0
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ apply plugin: 'jp.leafytree.android-scala'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "jp.leafytree.gradle:gradle-android-scala-plugin:1.4"
|
classpath "jp.leafytree.gradle:gradle-android-scala-plugin:1.4"
|
||||||
|
|
|
@ -13,6 +13,5 @@ buildscript {
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
mavenCentral()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue