bitchat-android/settings.gradle.kts
2026-07-28 14:29:49 +02:00

19 lines
389 B
Plaintext

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "bitchat-android"
include(":app")
// Using published Arti AAR; local module not included