This commit is contained in:
2026-04-28 16:13:43 +01:00
parent 25f1743baf
commit 5d413e0f8a
116 changed files with 7671 additions and 0 deletions

16
settings.gradle Normal file
View File

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