feat(android): add Compose node app (bridge+canvas+chat+camera)

This commit is contained in:
Peter Steinberger
2025-12-14 01:54:58 +00:00
parent e2451484d9
commit b2378c01ea
27 changed files with 2518 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "ClawdisNodeAndroid"
include(":app")