mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 16:28:49 +00:00
build.gradle: Migrate repository from JCenter to Maven Central.
This commit is contained in:
parent
c156212dfd
commit
2486fa3136
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ buildscript {
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue