diff --git a/settings.gradle b/settings.gradle index 95a7039..372c716 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,10 +7,8 @@ pluginManagement { includeGroupByRegex("androidx.*") } } - //google() mavenCentral() gradlePluginPortal() - jcenter() } } dependencyResolutionManagement { @@ -18,9 +16,7 @@ dependencyResolutionManagement { repositories { google() mavenCentral() - jcenter() maven {url "https://jitpack.io"} - //maven {url 'https://maven.google.com'} } }