Sooraj Sasindran | 2a0af6f | 2022-03-08 15:00:16 -0800 | [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 = "TestSliceApp" | ||||
10 | include ':app' |