Skip to content

Commit 58eeaeb

Browse files
fix(deps): update dependency androidx.compose:compose-bom to v2026 (#858)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [androidx.compose:compose-bom](https://developer.android.com/jetpack) | `2025.12.01` → `2026.01.00` | ![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.compose:compose-bom/2026.01.00?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.compose:compose-bom/2025.12.01/2026.01.00?slim=true) | --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nextcloud/android-common). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1d1f48 commit 58eeaeb

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,11 @@
868868
<sha256 value="11c8654511c3926c5e8f32b909d7d5e6785a7282b5d01e1f6071ec3afa36e3a0" origin="Generated by Gradle" reason="Artifact is not signed"/>
869869
</artifact>
870870
</component>
871+
<component group="androidx.compose" name="compose-bom" version="2026.01.00">
872+
<artifact name="compose-bom-2026.01.00.pom">
873+
<sha256 value="9bc8c321324e7492f74ce7de4b6a2a12f8f37cafc4a7a2a882ab75da972779ce" origin="Generated by Gradle" reason="Artifact is not signed"/>
874+
</artifact>
875+
</component>
871876
<component group="androidx.compose.animation" name="animation" version="1.10.0">
872877
<artifact name="animation-1.10.0.module">
873878
<sha256 value="2158c1b57ce292ac2fd0d1541ece2cd08bbfbbd80aa6417a0668076693855458" origin="Generated by Gradle"/>

ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
dependencies {
4646
kapt "org.jetbrains.kotlin:kotlin-metadata-jvm:${kotlinVersion}"
4747

48-
implementation(platform("androidx.compose:compose-bom:2025.12.01"))
48+
implementation(platform("androidx.compose:compose-bom:2026.01.00"))
4949
implementation("androidx.compose.ui:ui")
5050
implementation("androidx.compose.ui:ui-graphics")
5151
implementation("androidx.compose.material3:material3")

0 commit comments

Comments
 (0)