ASDV-Android/Assignments/GeoQuizChapter5_TwoActivities/settings.gradle

18 lines
349 B
Groovy

2024-02-05 11:44:56 +07:00
pluginManagement {
repositories {
google()
mavenCentral()
2024-02-07 10:50:33 +07:00
gradlePluginPortal()
2024-02-05 11:44:56 +07:00
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
2024-02-07 10:50:33 +07:00
rootProject.name = "MP1_CalebFontenot"
include ':app'
2024-02-05 11:44:56 +07:00
include ':app'