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 caff3ad + 88920d0 commit 60e6471Copy full SHA for 60e6471
gradle/libs.versions.toml
@@ -48,7 +48,7 @@ kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core",
48
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
49
50
androidx-core = { module = "androidx.core:core-ktx", version = "1.9.0" }
51
-androidx-compat = { module = "androidx.appcompat:appcompat", version = "1.6.0" }
+androidx-compat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
52
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version.ref = "fragment" }
53
androidx-paging-common = { module = "androidx.paging:paging-common", version.ref = "paging" }
54
androidx-paging-runtime = { module = "androidx.paging:paging-runtime-ktx", version.ref = "paging" }
0 commit comments