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 8f666eb commit 77b8749Copy full SHA for 77b8749
buildSrc/src/main/kotlin/deps.kt
@@ -43,7 +43,7 @@ object deps {
43
}
44
45
object lifecycle {
46
- private const val version = "2.6.1"
+ private const val version = "2.6.2"
47
48
const val viewModelKtx = "androidx.lifecycle:lifecycle-viewmodel-ktx:$version" // viewModelScope
49
const val runtimeKtx = "androidx.lifecycle:lifecycle-runtime-ktx:$version" // lifecycleScope
0 commit comments