Skip to content

Commit a81c487

Browse files
authoredOct 30, 2024··
fix(deps): update deps.lifecycle.version to v2.8.7
1 parent 547791a commit a81c487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎buildSrc/src/main/kotlin/deps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ object deps {
5555
}
5656

5757
object lifecycle {
58-
private const val version = "2.6.0-alpha01"
58+
private const val version = "2.8.7"
5959

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

0 commit comments

Comments
 (0)
Please sign in to comment.