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 {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath "jp.leafytree.gradle:gradle-android-scala-plugin:1.4"
|
||||
|
|
|
@ -13,6 +13,5 @@ buildscript {
|
|||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue