Skip to content

Commit 836f8a8

Browse files
fix(deps): update dependency androidx.compose:compose-bom to v2025.12.01 (#848)
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.00` -> `2025.12.01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.compose:compose-bom/2025.12.01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.compose:compose-bom/2025.12.00/2025.12.01?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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> 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 bd235c7 commit 836f8a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,11 @@
863863
<sha256 value="08809b3b7ae43ba6bbd16bc22ef049561acda6968db4c0e8e6f2690907af0f17" origin="Generated by Gradle" reason="Artifact is not signed"/>
864864
</artifact>
865865
</component>
866+
<component group="androidx.compose" name="compose-bom" version="2025.12.01">
867+
<artifact name="compose-bom-2025.12.01.pom">
868+
<sha256 value="11c8654511c3926c5e8f32b909d7d5e6785a7282b5d01e1f6071ec3afa36e3a0" origin="Generated by Gradle" reason="Artifact is not signed"/>
869+
</artifact>
870+
</component>
866871
<component group="androidx.compose.animation" name="animation" version="1.10.0">
867872
<artifact name="animation-1.10.0.module">
868873
<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.00"))
48+
implementation(platform("androidx.compose:compose-bom:2025.12.01"))
4949
implementation("androidx.compose.ui:ui")
5050
implementation("androidx.compose.ui:ui-graphics")
5151
implementation("androidx.compose.material3:material3")

0 commit comments

Comments
 (0)