ASDV-Android/Assignments/MP1_CalebFontenot/settings.gradle

18 lines
349 B
Groovy
Raw Normal View History

2024-01-23 15:47:19 -06:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
2024-01-23 18:03:09 -06:00
rootProject.name = "MP1_CalebFontenot"
2024-01-23 15:47:19 -06:00
include ':app'
include ':app'