This commit is contained in:
Dimitris
2026-01-10 12:48:41 +01:00
parent 7efa2685be
commit e274011080
35 changed files with 1877 additions and 571 deletions

View File

@@ -16,6 +16,10 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
url = uri("https://jitpack.io")
}
}
}