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

7
android/build.gradle.kts Normal file
View File

@@ -0,0 +1,7 @@
// Top-level build file: plugin versions only. See the docs for the full
// compatibility matrix (Chaquopy 17 requires AGP 7.3-9.2 and minSdk 24).
plugins {
id("com.android.application") version "8.10.0" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
id("com.chaquo.python") version "17.0.0" apply false
}