mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-19 19:14:51 +00:00
Build fixes.
This commit is contained in:
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
|
|
@ -3,6 +3,7 @@ pluginManagement {
|
|||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
|
@ -10,6 +11,7 @@ dependencyResolutionManagement {
|
|||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue