Dependencies

This commit is contained in:
Piotr Dec 2023-06-22 21:30:16 +02:00
parent 97ee629ef3
commit 78922546ab
2 changed files with 11 additions and 0 deletions

View file

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