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

18 lines
339 B
Plaintext

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