feat: add android thin client MVP

This commit is contained in:
ejclaw
2026-05-25 03:55:23 +09:00
parent 7fbcea30c4
commit 18a8892107
25 changed files with 947 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
plugins {
id("com.android.application") version "8.13.0" apply false
id("org.jetbrains.kotlin.android") version "2.2.21" apply false
}