|
|
@ -17,7 +17,13 @@
|
|
|
|
pluginManagement {
|
|
|
|
pluginManagement {
|
|
|
|
includeBuild("build-logic")
|
|
|
|
includeBuild("build-logic")
|
|
|
|
repositories {
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
google {
|
|
|
|
|
|
|
|
content {
|
|
|
|
|
|
|
|
includeGroupByRegex("com\\.android.*")
|
|
|
|
|
|
|
|
includeGroupByRegex("com\\.google.*")
|
|
|
|
|
|
|
|
includeGroupByRegex("androidx.*")
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
mavenCentral()
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -26,7 +32,13 @@ pluginManagement {
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
google {
|
|
|
|
|
|
|
|
content {
|
|
|
|
|
|
|
|
includeGroupByRegex("com\\.android.*")
|
|
|
|
|
|
|
|
includeGroupByRegex("com\\.google.*")
|
|
|
|
|
|
|
|
includeGroupByRegex("androidx.*")
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
mavenCentral()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|