1
1
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:
Pygmalion69
2025-09-26 11:49:37 +02:00
parent 6561d1cfa9
commit c8a05797f4

View File

@@ -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 {