blob: c02eb3d7c2b75138dcc3906fccfdc0fc184a52bb [file] [log] [blame] [edit]
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "OmniControl"
include ':app'