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 4cf00eb commit 35d2cb7Copy full SHA for 35d2cb7
buildSrc/src/main/kotlin/deps.kt
@@ -36,7 +36,7 @@ object deps {
36
}
37
38
object lifecycle {
39
- private const val version = "2.8.4"
+ private const val version = "2.8.5"
40
41
const val viewModelKtx = "androidx.lifecycle:lifecycle-viewmodel-ktx:$version" // viewModelScope
42
const val runtimeKtx = "androidx.lifecycle:lifecycle-runtime-ktx:$version" // lifecycleScope
0 commit comments