We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8946bb commit 62ee811Copy full SHA for 62ee811
1 file changed
provider-androidx/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
api(project(":cache-core"))
3
4
- implementation("androidx.collection:collection:1.5.0")
+ implementation("androidx.collection:collection:1.6.0")
5
6
testImplementation(testFixtures(project(":cache-core")))
7
}
0 commit comments