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