move google() above maven (to fix travis?)

This commit is contained in:
Eric House 2018-11-28 20:38:43 -08:00
parent 3f7d36e214
commit b2bf3a6e80

View file

@ -23,8 +23,8 @@ if ( FABRIC_API_KEY && hasProperty('useCrashlytics') ) {
apply plugin: 'io.fabric'
}
repositories {
maven { url 'https://maven.fabric.io/public' }
google()
maven { url 'https://maven.fabric.io/public' }
}
android {