blob: 7f66b3baee31fa321ff4a3051e3395f82c4cf5b0 [file] [log] [blame]
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
include(":app")
include(":automotiveApp")
include(":tvApp")
include(":wearApp")