1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-21 16:35:09 -05:00

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

View File

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