Files
bal-electrum-plugin/android/build.gradle.kts
svatantrya eb65d9141f android: add BAL Reader app (Chaquopy codec bridge) + frame progress bar
First commit of the Android 'BAL Reader' app: a camera scanner that decodes
the same four transfer formats the plugin exports (BAL QR v2/legacy, BC-UR
v1/v2, BBQR) by running the synced bal/core codecs verbatim under Chaquopy
plus a verify_chain regression. Adds android/scripts/build_apk.py (resync
codecs, gradle build, prints APK sha256) and sync_codecs.py.

UI: during capture a thin mint fill-bar above the camera preview shows
received/total frames (FrameProgressBar), complementing the exact n/N label.
2026-09-14 04:43:54 -04:00

7 lines
346 B
Kotlin

// 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
}