diff --git a/settings.gradle.kts b/settings.gradle.kts index 401d947d58..a142fa285a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -9,7 +9,13 @@ pluginManagement { dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { - google() + google { + content { + includeGroupByRegex("com\\.android(\\..*)?") + includeGroupByRegex("com\\.google(\\..*)?") + includeGroupByRegex("androidx?(\\..*)?") + } + } mavenCentral() mavenLocal { content {