android: iniciar proyecto nativo F2.2

This commit is contained in:
2026-09-06 16:36:04 -03:00
parent 3a0c37b2a7
commit 3d101e239c
+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 = "DHInspeccion"
include(":app")