Removed maven central repository

This commit is contained in:
Felix Ableitner 2016-09-27 10:44:30 +09:00
parent a22b32f607
commit 8f5d10f0c0
2 changed files with 1 additions and 2 deletions

View file

@ -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"

View file

@ -13,6 +13,5 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
}
}