AndroidRtmpApp/settings.gradle

12 lines
307 B
Groovy
Raw Permalink Normal View History

2022-03-11 08:43:32 +08:00
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'