diff --git a/settings.gradle b/settings.gradle index b2938fd..98d26c9 100644 --- a/settings.gradle +++ b/settings.gradle @@ -8,6 +8,11 @@ pluginManagement { includeGroupByRegex("androidx\\..*") } } + mavenCentral { + content { + includeGroupByRegex("com\\.google\\..*") + } + } } } dependencyResolutionManagement {