Skip to content

Commit e4d8e66

Browse files
fix(deps): update dependency androidx.compose:compose-bom to v2025.12.00 (#834)
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.11.01` -> `2025.12.00` | ![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.compose:compose-bom/2025.12.00?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.compose:compose-bom/2025.11.01/2025.12.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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> 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 3a3d8f6 commit e4d8e66

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
<trusting group="androidx.lifecycle"/>
6868
<trusting group="androidx.savedstate"/>
6969
<trusting group="androidx.swiperefreshlayout" name="swiperefreshlayout" version="1.2.0"/>
70+
<trusting group="androidx.transition"/>
71+
<trusting group="androidx.window"/>
7072
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
7173
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
7274
<trusting group="^com[.]android($|([.].*))" regex="true"/>
@@ -856,6 +858,11 @@
856858
<sha256 value="0448725f666e9eb33661489f01b1ec833a36b904f368b5e8cf57ccd7617f6c2c" origin="Generated by Gradle" reason="Artifact is not signed"/>
857859
</artifact>
858860
</component>
861+
<component group="androidx.compose" name="compose-bom" version="2025.12.00">
862+
<artifact name="compose-bom-2025.12.00.pom">
863+
<sha256 value="08809b3b7ae43ba6bbd16bc22ef049561acda6968db4c0e8e6f2690907af0f17" origin="Generated by Gradle" reason="Artifact is not signed"/>
864+
</artifact>
865+
</component>
859866
<component group="androidx.compose.animation" name="animation" version="1.7.6">
860867
<artifact name="animation-1.7.6.module">
861868
<sha256 value="709e8af6b1615d8bb8c28c1cd6d6cd4600009e1004b83566da157a9c8fe4efce" origin="Generated by Gradle"/>

ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
}
4444

4545
dependencies {
46-
implementation(platform("androidx.compose:compose-bom:2025.11.01"))
46+
implementation(platform("androidx.compose:compose-bom:2025.12.00"))
4747
implementation("androidx.compose.ui:ui")
4848
implementation("androidx.compose.ui:ui-graphics")
4949
implementation("androidx.compose.material3:material3")

0 commit comments

Comments
 (0)