android: BAL Reader app (Chaquopy decode bridge, CameraX/ML Kit scanner, result view)

This commit is contained in:
2026-09-09 08:43:39 -04:00
parent 10552c6f93
commit 458968fadc
30 changed files with 3371 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "BALReader"
include(":app")