2024-07-25 23:27:14 +02:00
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
2025-12-04 16:59:48 +01:00
|
|
|
google ()
|
2024-11-19 18:44:16 +01:00
|
|
|
mavenCentral ()
|
|
|
|
|
gradlePluginPortal ()
|
2024-07-25 23:27:14 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositories {
|
2024-11-19 18:44:16 +01:00
|
|
|
google ()
|
|
|
|
|
mavenCentral ()
|
2024-07-25 23:27:14 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-11-19 18:44:16 +01:00
|
|
|
rootProject . name = "Zanbur"
|
|
|
|
|
include (":app")
|