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,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "EJClawAndroid"
include(":app")