Skip to content

Commit

Permalink
fix(deps): update deps.lifecycle.version to v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent 547791a commit e5e8e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object deps {
}

object lifecycle {
private const val version = "2.6.0-alpha01"
private const val version = "2.8.2"

const val viewModelKtx = "androidx.lifecycle:lifecycle-viewmodel-ktx:$version" // viewModelScope
const val runtimeKtx = "androidx.lifecycle:lifecycle-runtime-ktx:$version" // lifecycleScope
Expand Down

0 comments on commit e5e8e71

Please sign in to comment.