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-06-12 04:43:45 +00:00
|
|
|
include(":plant_disease_detection_feature")
|
|
|
|
|
include(":growth_recipe_feature")
|
|
|
|
|
include(":commodity_price_prediction_feature")
|