diff --git a/xwords4/android/app/build.gradle b/xwords4/android/app/build.gradle index a381cd349..1e6061245 100644 --- a/xwords4/android/app/build.gradle +++ b/xwords4/android/app/build.gradle @@ -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 {