mirror of
https://github.com/Pygmalion69/OpenTopoMapViewer.git
synced 2025-10-06 00:02:42 +02:00
Fix: Gradle "Groovy space assignment" deprecation
This commit is contained in:
@@ -16,9 +16,7 @@ allprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven {
|
maven { url = uri("https://jitpack.io") }
|
||||||
url 'https://www.jitpack.io'
|
|
||||||
}
|
|
||||||
maven {
|
maven {
|
||||||
url = uri("https://maven.pkg.github.com/Pygmalion69/ors-android-client")
|
url = uri("https://maven.pkg.github.com/Pygmalion69/ors-android-client")
|
||||||
credentials {
|
credentials {
|
||||||
|
Reference in New Issue
Block a user