Build fixes.

This commit is contained in:
Koen J
2024-08-06 12:19:58 +02:00
parent 834de928c2
commit cf2639df3d
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -3,6 +3,7 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
jcenter()
}
}
dependencyResolutionManagement {
@@ -10,6 +11,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}