diff --git a/settings.gradle.kts b/settings.gradle.kts index 5c30040cf..9d86e6622 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -26,15 +26,6 @@ pluginManagement { dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { - // Register the AndroidX snapshot repository first so snapshots don't attempt (and fail) - // to download from the non-snapshot repositories - maven(url = "https://androidx.dev/snapshots/builds/9042167/artifacts/repository") { - content { - // The AndroidX snapshot repository will only have androidx artifacts, don't - // bother trying to find other ones - includeGroupByRegex("androidx\\..*") - } - } google() mavenCentral() }