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 { //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'