Switch from mavenCentral to jcenter

This commit is contained in:
Dominik Schürmann 2014-12-04 20:02:06 +01:00
parent 9df7147c8b
commit ac1cbad3ff
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
@ -11,7 +11,7 @@ buildscript {
allprojects {
repositories {
mavenCentral()
jcenter()
}
}