DEV/DEV4.5/ChatRelative/settings.gradle

17 lines
321 B
Groovy
Raw Permalink Normal View History

2024-02-08 13:59:24 +01:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Chat"
include ':app'