Skip to content

Commit e17ba40

Browse files
fix(deps): update dependency androidx.compose:compose-bom to v2026.02.00 (#889)
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) | `2026.01.01` → `2026.02.00` | ![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.compose:compose-bom/2026.02.00?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.compose:compose-bom/2026.01.01/2026.02.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> 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 1fbdce6 commit e17ba40

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
@@ -891,6 +891,11 @@
891891
<sha256 value="f6f7ad62010fef785fb0e1bc80065448123b5d10c1c431b677284b316662d94d" origin="Generated by Gradle" reason="Artifact is not signed"/>
892892
</artifact>
893893
</component>
894+
<component group="androidx.compose" name="compose-bom" version="2026.02.00">
895+
<artifact name="compose-bom-2026.02.00.pom">
896+
<sha256 value="f6f44c9c81f0c040a39fe92fa686b2046f5948087387cefcbce9f0524220512a" origin="Generated by Gradle" reason="Artifact is not signed"/>
897+
</artifact>
898+
</component>
894899
<component group="androidx.compose.animation" name="animation" version="1.10.0">
895900
<artifact name="animation-1.10.0.module">
896901
<sha256 value="2158c1b57ce292ac2fd0d1541ece2cd08bbfbbd80aa6417a0668076693855458" origin="Generated by Gradle"/>

ui/build.gradle

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

50-
implementation(platform("androidx.compose:compose-bom:2026.01.01"))
50+
implementation(platform("androidx.compose:compose-bom:2026.02.00"))
5151
implementation("androidx.compose.ui:ui")
5252
implementation("androidx.compose.ui:ui-graphics")
5353
implementation("androidx.compose.material3:material3")

0 commit comments

Comments
 (0)