2025-01-08 07:04:19 +00:00
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
google {
|
|
|
|
|
content {
|
|
|
|
|
includeGroupByRegex("com\\.android.*")
|
|
|
|
|
includeGroupByRegex("com\\.google.*")
|
|
|
|
|
includeGroupByRegex("androidx.*")
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
mavenCentral()
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2025-05-04 09:28:33 +00:00
|
|
|
rootProject.name = "Agrilink Vocpro"
|
2025-01-08 07:04:19 +00:00
|
|
|
include(":app")
|
2025-05-04 09:28:33 +00:00
|
|
|
include(":control_feature")
|
2025-05-16 04:14:03 +00:00
|
|
|
include(":diseasedetection_feature")
|