ASDV-Android/Assignments/Quiz1_CalebFontenot/settings.gradle.kts

18 lines
339 B
Plaintext
Raw Normal View History

2024-02-14 15:58:29 -06:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Quiz1_CalebFontenot"
include(":app")