Initial commit

This commit is contained in:
2026-07-26 22:33:09 -06:00
commit 895760cb5d
69 changed files with 6315 additions and 0 deletions

16
settings.gradle Executable file
View File

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