Skip to content

Commit

Permalink
fix(deps): update deps.lifecycle.version to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 25, 2024
1 parent 0764cba commit 9f29c3d
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 @@ -42,7 +42,7 @@ object deps {
}

object lifecycle {
private const val version = "2.6.2"
private const val version = "2.7.0"

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 9f29c3d

Please sign in to comment.