blob: c02eb3d7c2b75138dcc3906fccfdc0fc184a52bb [file] [log] [blame]
maxwenf2fe1c92021-10-20 21:05:29 +02001dependencyResolutionManagement {
2 repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
3 repositories {
4 google()
5 mavenCentral()
6 jcenter() // Warning: this repository is going to shut down soon
7 }
8}
9rootProject.name = "OmniControl"
10include ':app'