This commit is contained in:
2024-01-23 15:47:19 -06:00
parent 7604e40350
commit 4587fe1846
199 changed files with 225272 additions and 0 deletions

View File

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