settings.gradle

🤔
This commit is contained in:
Qaz-7 2023-04-15 16:13:39 +04:00 committed by GitHub
parent 9a50b85d85
commit 43e23ceceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,24 +1,18 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url "https://dl.bintray.com/kodein-framework/Kodein-DI" }
}
}
//pluginManagement {
// repositories {
//gradlePluginPortal()
// google()
// mavenCentral()
// }
//}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url "https://dl.bintray.com/kodein-framework/Kodein-DI" }
}
}
rootProject.name = "YTDLnis"
include ':common', ':app', ':library', ':ffmpeg'
include ':benchmark'
rootProject.name = "YTDLnis"
include ':app'