Build gradle: Add maven central as fallback if jcenter is down (like now..)

This commit is contained in:
Sebastian Kaspari 2015-04-04 22:26:06 +02:00
parent 408d4ee80e
commit 2f17919e2e
1 changed files with 1 additions and 0 deletions

View File

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