maxwen | f2fe1c9 | 2021-10-20 21:05:29 +0200 | [diff] [blame] | 1 | dependencyResolutionManagement { |
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 | } | ||||
9 | rootProject.name = "OmniControl" | ||||
10 | include ':app' |