use mavenCentral instead of eclipse's repo

This commit is contained in:
Eric House 2020-07-27 20:25:41 -07:00
parent 965ecc51e2
commit 915b47d612

View file

@ -37,9 +37,7 @@ if ( FABRIC_API_KEY && hasProperty('useCrashlytics') ) { // rm-for-fdroid
repositories {
google()
maven { url 'https://maven.fabric.io/public' } // rm-for-fdroid
maven {
url "https://repo.eclipse.org/content/repositories/paho-releases/"
}
mavenCentral()
}
android {