bitchat-android/settings.gradle.kts

20 lines
406 B
Plaintext

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