We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6351a89 + 075d732 commit 63880bdCopy full SHA for 63880bd
settings.gradle.kts
@@ -26,15 +26,6 @@ pluginManagement {
26
dependencyResolutionManagement {
27
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
28
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
38
google()
39
mavenCentral()
40
}
0 commit comments