2025-04-29 23:54:43 +02:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-01 23:38:08 +03:00
|
|
|
dependencyResolutionManagement {
|
2025-04-29 23:54:43 +02:00
|
|
|
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
|
2022-02-01 23:38:08 +03:00
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
2025-04-29 23:54:43 +02:00
|
|
|
|
|
|
|
rootProject.name = "Pulse"
|
|
|
|
|
|
|
|
include(":app")
|