[F] Enable jitpack repo

This commit is contained in:
Azalea Gui
2023-01-23 14:27:55 -05:00
parent 8266c2cda5
commit ef9c7083a7
+1
View File
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
maven { url 'https://jitpack.io' }
} }
} }
rootProject.name = "WearSync" rootProject.name = "WearSync"