Remove the AndroidX snapshot repo from the list of repositories

Change-Id: Ic683041cfca6c5f658523bb97378b7e29a092de8
pull/1837/head
Márton Braun 3 years ago
parent 9cf5efee98
commit e926c7f25d

@ -26,15 +26,6 @@ pluginManagement {
dependencyResolutionManagement { dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories { 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() google()
mavenCentral() mavenCentral()
} }

Loading…
Cancel
Save