This commit is contained in:
2024-02-14 18:15:11 -06:00
parent a8f146d4fa
commit c2e9789ee9
50 changed files with 846 additions and 23 deletions

View File

@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "CrimeActivity_CalebFontenot"
include(":app")