Files

20 lines
426 B
Kotlin
Raw Permalink Normal View History

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
2026-08-07 18:00:38 +08:00
// The repository keeps its original code name; the Android product identity is defined in :app.
rootProject.name = "brainwave"
include(":app")