commit
13fcd545cb
1 changed files with 10 additions and 16 deletions
|
|
@ -1,24 +1,18 @@
|
||||||
pluginManagement {
|
//pluginManagement {
|
||||||
repositories {
|
// repositories {
|
||||||
gradlePluginPortal()
|
//gradlePluginPortal()
|
||||||
google()
|
// google()
|
||||||
jcenter()
|
// mavenCentral()
|
||||||
mavenCentral()
|
// }
|
||||||
maven { url 'https://jitpack.io' }
|
//}
|
||||||
maven { url "https://dl.bintray.com/kodein-framework/Kodein-DI" }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url 'https://jitpack.io' }
|
|
||||||
maven { url "https://dl.bintray.com/kodein-framework/Kodein-DI" }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
rootProject.name = "YTDLnis"
|
|
||||||
|
|
||||||
include ':common', ':app', ':library', ':ffmpeg'
|
rootProject.name = "YTDLnis"
|
||||||
include ':benchmark'
|
include ':app', ':benchmark'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue