xz_touch/settings.gradle

29 lines
600 B
Groovy
Raw Permalink Normal View History

2022-12-09 11:26:04 +08:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven {
url 'https://maven.aliyun.com/repository/public/'
}
maven {
url 'https://maven.aliyun.com/mvn/view'
}
maven {
url 'https://jitpack.io'
}
}
}
rootProject.name = "xztouch"
include ':app'
include ':baselib'
2022-12-18 18:51:55 +08:00
include ':moduleijkplayer'