Skip to content

Commit 32255c4

Browse files
fix(deps): update compose.runtime to v1.8.0 (#2047)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [androidx.compose.runtime:runtime-rxjava3](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.8.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | dependencies | minor | `1.7.8` -> `1.8.0` | | [androidx.compose.runtime:runtime-livedata](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.8.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | dependencies | minor | `1.7.8` -> `1.8.0` | | [androidx.compose.runtime:runtime](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.8.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | dependencies | minor | `1.7.8` -> `1.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuNCIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 262621f commit 32255c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ compose-animation = "1.7.8"
1313
compose-foundation = "1.7.8"
1414
compose-material = "1.7.8"
1515
compose-material3 = "1.3.2"
16-
compose-runtime = "1.7.8"
16+
compose-runtime = "1.8.0"
1717
compose-ui = "1.7.8"
1818
compose-jb = "1.7.3"
1919
compose-bom = "2025.04.01"

0 commit comments

Comments
 (0)