diff --git a/settings.gradle.kts b/settings.gradle.kts index c3124a06..2f5cbd1c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -70,9 +70,8 @@ pluginManagement { dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { - exclusiveContent { - forRepository { google() } - filter { + google { + content { includeGroup("androidx.activity") includeGroup("androidx.appcompat") includeGroup("androidx.annotation")