Files
openclaw/apps/android/settings.gradle.kts

19 lines
309 B
Plaintext
Raw Normal View History

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
2026-01-30 03:15:10 +01:00
rootProject.name = "OpenClawNodeAndroid"
include(":app")