Skip to content

Commit 35d2cb7

Browse files
fix(deps): update all dependencies (#231)
* fix(deps): update all dependencies | datasource | package | from | to | | ---------- | ------------------------------------------ | -------- | -------------- | | maven | androidx.lifecycle:lifecycle-common-java8 | 2.8.4 | 2.8.5 | | maven | androidx.lifecycle:lifecycle-runtime-ktx | 2.8.4 | 2.8.5 | | maven | androidx.lifecycle:lifecycle-viewmodel-ktx | 2.8.4 | 2.8.5 | * Update buildSrc/src/main/kotlin/deps.kt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Petrus Nguyễn Thái Học <[email protected]>
1 parent 4cf00eb commit 35d2cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object deps {
3636
}
3737

3838
object lifecycle {
39-
private const val version = "2.8.4"
39+
private const val version = "2.8.5"
4040

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

0 commit comments

Comments
 (0)