AndroidRtmpApp/settings.gradle
2022-03-11 08:43:32 +08:00

12 lines
307 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "DoorManager"
include ':app'
include ':libWSLive'