2023-04-19 18:10:46 +05:30
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-01-04 17:55:52 +05:30
|
|
|
|
|
|
|
|
rootProject.name = "alfred"
|
|
|
|
|
|
2023-04-19 18:10:46 +05:30
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-01-04 17:55:52 +05:30
|
|
|
|
2023-04-19 18:10:46 +05:30
|
|
|
include ':app'
|
2023-04-19 18:14:20 +05:30
|
|
|
include ':navi-alfred'
|