Skip to content

Commit 03c935f

Browse files
fix(deps): update dependency androidx.compose:compose-bom to v2026.03.00 (#913)
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.01` → `2026.03.00` | ![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.compose:compose-bom/2026.03.00?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.compose:compose-bom/2026.02.01/2026.03.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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> 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 a7bc885 commit 03c935f

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
<trust file=".*-javadoc[.]jar" regex="true"/>
4545
<trust file=".*-sources[.]jar" regex="true"/>
4646
</trusted-artifacts>
47+
<ignored-keys>
48+
<ignored-key id="5A68A2249128E2C6" reason="Key couldn't be downloaded from any key server"/>
49+
</ignored-keys>
4750
<trusted-keys>
4851
<trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah" name="JavaEWAH" version="1.2.3"/>
4952
<trusted-key id="03C123038C20AAE9E286C857479D601F3A7B5C1A" group="^com[.]github[.]ajalt($|([.].*))" regex="true"/>
@@ -14282,6 +14285,14 @@
1428214285
<sha256 value="b16e026e63427c1972ad0fc68703ec379b1576e411ba49c32fa9a31ab0bbcffb" origin="Generated by Gradle"/>
1428314286
</artifact>
1428414287
</component>
14288+
<component group="com.google.crypto.tink" name="tink" version="1.18.0">
14289+
<artifact name="tink-1.18.0.jar">
14290+
<sha256 value="30df12a1f59045637213477656e01f6fbcc02616c20da1696cbd4643ada668ef" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
14291+
</artifact>
14292+
<artifact name="tink-1.18.0.pom">
14293+
<sha256 value="08c2dcac9ce37428aca73b1d6aa6a93f35c385224db03b3cae843b74e64d1edf" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
14294+
</artifact>
14295+
</component>
1428514296
<component group="com.google.crypto.tink" name="tink" version="1.7.0">
1428614297
<artifact name="tink-1.7.0.jar">
1428714298
<sha256 value="88970a456a08ba4c66b01b23e5846ca1095cc14e54cb48363e5d2e15a1307308" 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.01"))
50+
implementation(platform("androidx.compose:compose-bom:2026.03.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)