Add Android APK download feature

- Create android/ directory with Kotlin + Jetpack Compose project
- Build APK at public/sysadmin.apk
- Add sidebar nav item and dashboard stat card to download APK
- Add android/ to .gitignore
This commit is contained in:
2026-06-07 17:58:53 -04:00
parent 921d98bf60
commit 798557f53b
4 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@
.idea/
logs/
*.log
android/