mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Migration to new deps.
This commit is contained in:
+2
-2
@@ -16,13 +16,13 @@ dependencyResolutionManagement {
|
||||
|
||||
includeBuild('dep/polycentricandroid') {
|
||||
dependencySubstitution {
|
||||
substitute module('com.polycentric.core:app') with project(':app')
|
||||
substitute module('com.polycentric.core:app') using project(':app')
|
||||
}
|
||||
}
|
||||
|
||||
includeBuild('dep/futopay/android') {
|
||||
dependencySubstitution {
|
||||
substitute module('com.futo.futopay:app') with project(':app')
|
||||
substitute module('com.futo.futopay:app') using project(':app')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user