mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Initial source commit.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
|
||||
includeBuild('dep/polycentricandroid') {
|
||||
dependencySubstitution {
|
||||
substitute module('com.polycentric.core:app') with project(':app')
|
||||
}
|
||||
}
|
||||
|
||||
includeBuild('dep/futopay/android') {
|
||||
dependencySubstitution {
|
||||
substitute module('com.futo.futopay:app') with project(':app')
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "FutoVideo"
|
||||
include ':app'
|
||||
Reference in New Issue
Block a user