Files
TVTime/settings.gradle
Owen LeJeune 82497157e0 initial commit
2022-02-09 00:01:19 -05:00

17 lines
323 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "TVTime"
include ':app'