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

@ -1 +1 @@
Subproject commit 4268917697b975e92dc74e45b4018042ef35c509
Subproject commit 354e6a4b86b56e8503ce791083bb2dbd10074a51

@ -1 +1 @@
Subproject commit cedbb52d33a87bbff7b3e713347700138b715b69
Subproject commit 0b9d90b853ce416f32bf6c3f8870a45e79ed1d5f

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' }
}
}