android: USB层+实时画面+UI骨架(阶段3a)

This commit is contained in:
ZXCLI
2026-09-06 19:16:35 +08:00
parent 5b41a6aa9b
commit 6297a06b97
22 changed files with 1110 additions and 11 deletions
+1
View File
@@ -18,6 +18,7 @@ compose-material-icons = { group = "androidx.compose.material", name = "material
activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycle" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
[plugins]