diff --git a/settings.gradle b/settings.gradle index 98d26c9..598423a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,36 +1,16 @@ pluginManagement { repositories { gradlePluginPortal() - google { - content { - includeGroupByRegex("com\\.android.*") - includeGroupByRegex("com\\.google\\..*") - includeGroupByRegex("androidx\\..*") - } - } - mavenCentral { - content { - includeGroupByRegex("com\\.google\\..*") - } - } + google() + mavenCentral() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() - mavenCentral { - content { - includeGroupByRegex("org\\.jetbrains.*") - includeGroupByRegex("com\\.google\\..*") - } - } - maven { - url "https://jitpack.io" - content { - includeGroupByRegex("com\\.github\\.martin-stone.*") - } - } + mavenCentral() + maven { url 'https://jitpack.io' } } versionCatalogs { create("app") {