Add android/ README with build and Play deploy steps

Document sync, debug/release Gradle builds, signing, and internal-testing
upload so the native project folder is self-contained for release work.
This commit is contained in:
2026-07-26 19:12:19 -05:00
parent 0d90269c53
commit 0e86924daf
2 changed files with 133 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@
Ship the CRA web build as an Android app via [Capacitor](https://capacitorjs.com/).
One codebase: `llm-fe/` → web + Android WebView.
**Build & Play deploy steps:** [`android/README.md`](android/README.md).
Prerequisites for blockers already merged: JWT-only auth (#22), WebSocket lifecycle (#23), HashRouter (#24).
## Prerequisites