1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-11-21 15:44:26 +00:00
This commit is contained in:
Steffo 2023-11-04 15:09:33 +01:00
parent 9e7114713f
commit 5f591fcf19
Signed by: steffo
GPG key ID: 2A24051445686895

View file

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