Dependency bumps

This commit is contained in:
Damontecres 2025-10-02 12:15:45 -04:00
parent c5cfa876e4
commit b6f9aee5d4
No known key found for this signature in database
3 changed files with 16 additions and 18 deletions

View file

@ -9,9 +9,9 @@ pluginManagement {
}
mavenCentral()
gradlePluginPortal()
maven {
url = uri("https://androidx.dev/snapshots/builds/14137143/artifacts/repository")
}
// maven {
// url = uri("https://androidx.dev/snapshots/builds/14137143/artifacts/repository")
// }
}
}
dependencyResolutionManagement {
@ -19,9 +19,9 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
url = uri("https://androidx.dev/snapshots/builds/14137143/artifacts/repository")
}
// maven {
// url = uri("https://androidx.dev/snapshots/builds/14137143/artifacts/repository")
// }
}
}