Skip to content

Commit 6978487

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

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
6060
<trusted-key id="0E225917414670F4442C250DFD533C07C264648F">
6161
<trusting group="androidx.databinding"/>
62+
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
6263
<trusting group="^com[.]android($|([.].*))" regex="true"/>
6364
</trusted-key>
6465
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
@@ -900,6 +901,11 @@
900901
<sha256 value="f6f44c9c81f0c040a39fe92fa686b2046f5948087387cefcbce9f0524220512a" origin="Generated by Gradle" reason="Artifact is not signed"/>
901902
</artifact>
902903
</component>
904+
<component group="androidx.compose" name="compose-bom" version="2026.02.01">
905+
<artifact name="compose-bom-2026.02.01.pom">
906+
<sha256 value="4f3c7a3f98a2e7d1104a37eb5b6fb7ee556239af69a6d157c1cbd85651d538b4" origin="Generated by Gradle" reason="Artifact is not signed"/>
907+
</artifact>
908+
</component>
903909
<component group="androidx.compose.animation" name="animation" version="1.10.0">
904910
<artifact name="animation-1.10.0.module">
905911
<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.02.00"))
50+
implementation(platform("androidx.compose:compose-bom:2026.02.01"))
5151
implementation("androidx.compose.ui:ui")
5252
implementation("androidx.compose.ui:ui-graphics")
5353
implementation("androidx.compose.material3:material3")

0 commit comments

Comments
 (0)