Skip to content

Commit 63880bd

Browse files
authored
Merge pull request #321 from android/remove-androidx-dev-repo
Remove the AndroidX snapshot repo from the list of repositories
2 parents 6351a89 + 075d732 commit 63880bd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

settings.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ pluginManagement {
2626
dependencyResolutionManagement {
2727
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
2828
repositories {
29-
// Register the AndroidX snapshot repository first so snapshots don't attempt (and fail)
30-
// to download from the non-snapshot repositories
31-
maven(url = "https://androidx.dev/snapshots/builds/9042167/artifacts/repository") {
32-
content {
33-
// The AndroidX snapshot repository will only have androidx artifacts, don't
34-
// bother trying to find other ones
35-
includeGroupByRegex("androidx\\..*")
36-
}
37-
}
3829
google()
3930
mavenCentral()
4031
}

0 commit comments

Comments
 (0)