mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-30 00:39:59 +01:00
put google() before jcenter() in gradle
This commit is contained in:
parent
37c3bdb8bf
commit
354d20ecd6
1 changed files with 1 additions and 3 deletions
|
@ -13,11 +13,9 @@ buildscript {
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven {
|
|
||||||
url 'https://maven.google.com'
|
|
||||||
}
|
|
||||||
maven {
|
maven {
|
||||||
url "https://oss.sonatype.org/content/repositories/snapshots"
|
url "https://oss.sonatype.org/content/repositories/snapshots"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue