Remove the AndroidX snapshot repo from the list of repositories

Change-Id: Ic683041cfca6c5f658523bb97378b7e29a092de8
pull/321/head
Márton Braun 2 years ago
parent 6351a89545
commit 075d732b38

@ -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()
}

Loading…
Cancel
Save