blob: 5d18e0132c80ac403aba6a06f3adc08c94234616 [file] [log] [blame]
Sooraj Sasindran2a0af6f2022-03-08 15:00:16 -08001dependencyResolutionManagement {
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 = "TestSliceApp"
10include ':app'