chore: initial import from OpenClaw Android

Source: openclaw/openclaw@main apps/android
Changes: renamed app_name to Tergent
This commit is contained in:
Tergent DevOps
2026-05-22 12:51:08 +00:00
commit 47a7849076
260 changed files with 68453 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "OpenClawNodeAndroid"
include(":app")
include(":benchmark")