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.
1 parent 14cd39b commit ac6fb3cCopy full SHA for ac6fb3c
gradle/libs.versions.toml
@@ -30,7 +30,7 @@ atomicfu = { id = "org.jetbrains.kotlinx.atomicfu", version.ref = "atomicfu" }
30
conventions = { id = "com.eygraber.conventions", version.ref = "conventions" }
31
32
[libraries]
33
-androidx-collections = "androidx.collection:collection:1.5.0-beta02"
+androidx-collections = "androidx.collection:collection:1.5.0-beta03"
34
androidx-sqlite = { module = "androidx.sqlite:sqlite", version.ref = "androidxSqlite" }
35
androidx-sqliteBundled = { module = "androidx.sqlite:sqlite-bundled", version.ref = "androidxSqlite" }
36
androidx-sqliteFramework = { module = "androidx.sqlite:sqlite-framework", version.ref = "androidxSqlite" }
0 commit comments