mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
use mavenCentral instead of eclipse's repo
This commit is contained in:
parent
965ecc51e2
commit
915b47d612
1 changed files with 1 additions and 3 deletions
|
@ -37,9 +37,7 @@ if ( FABRIC_API_KEY && hasProperty('useCrashlytics') ) { // rm-for-fdroid
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
maven { url 'https://maven.fabric.io/public' } // rm-for-fdroid
|
maven { url 'https://maven.fabric.io/public' } // rm-for-fdroid
|
||||||
maven {
|
mavenCentral()
|
||||||
url "https://repo.eclipse.org/content/repositories/paho-releases/"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
Loading…
Add table
Reference in a new issue