This commit is contained in:
rjb
2026-01-20 14:28:30 +08:00
89 changed files with 0 additions and 2446 deletions

View File

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