2026-08-04 23:28:10 +08:00
|
|
|
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.
|
2026-08-04 23:28:10 +08:00
|
|
|
rootProject.name = "brainwave"
|
|
|
|
|
include(":app")
|