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