ASDV-Android/Assignments/Ch5_CalebFontenot/settings.gradle

18 lines
349 B
Groovy
Raw Permalink Normal View History

2024-02-05 11:44:56 -06:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Ch5_CalebFontenot"
include ':app'
include ':app'