settings.gradle.kts aktualisiert

This commit is contained in:
2026-03-11 12:23:19 +00:00
parent 47e4d4b930
commit 46e1cca951

View File

@@ -19,7 +19,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' } // <-- Diese Zeile hinzufügen
maven { url = uri("https://jitpack.io") }
}
}