• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1dependencyResolutionManagement {
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'
11