From 915b47d612603edecee4f7ed15ef696ed8832ded Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 27 Jul 2020 20:25:41 -0700 Subject: [PATCH] use mavenCentral instead of eclipse's repo --- xwords4/android/app/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 {