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