first commit

This commit is contained in:
jahruz67
2026-05-21 15:48:57 -07:00
commit 62a7ab2a63
128 changed files with 3339 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Biblia Diaria"
include ":app"