Skip to content

Commit 4f90bc3

Browse files
Merge pull request #653 from nextcloud/renovate/androidx.compose-compose-bom-2025.x
fix(deps): update dependency androidx.compose:compose-bom to v2025.04.01
2 parents 5116b59 + 0ccac68 commit 4f90bc3

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
@@ -57,6 +57,7 @@
5757
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
5858
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
5959
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
60+
<trusting group="androidx.collection"/>
6061
<trusting group="androidx.constraintlayout"/>
6162
<trusting group="androidx.core"/>
6263
<trusting group="androidx.databinding"/>
@@ -151,6 +152,7 @@
151152
<trusting group="androidx.annotation"/>
152153
<trusting group="androidx.collection"/>
153154
<trusting group="androidx.core"/>
155+
<trusting group="androidx.emoji2"/>
154156
<trusting group="androidx.lifecycle"/>
155157
<trusting group="androidx.preference" name="preference-ktx" version="1.2.1"/>
156158
<trusting group="androidx.tracing" name="tracing" version="1.2.0"/>
@@ -680,6 +682,11 @@
680682
<sha256 value="cf968e0494335d200dc0a2bf82df7501b14bbccde74d615672ef8b915cd6045a" origin="Generated by Gradle" reason="Artifact is not signed"/>
681683
</artifact>
682684
</component>
685+
<component group="androidx.compose" name="compose-bom" version="2025.04.01">
686+
<artifact name="compose-bom-2025.04.01.pom">
687+
<sha256 value="ab8e88fe6b5e49616c2b8bb322c55a227fcc96b0056d45fea680af6cf98d872e" origin="Generated by Gradle" reason="Artifact is not signed"/>
688+
</artifact>
689+
</component>
683690
<component group="androidx.compose.animation" name="animation" version="1.7.6">
684691
<artifact name="animation-1.7.6.module">
685692
<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.04.00"))
46+
implementation(platform("androidx.compose:compose-bom:2025.04.01"))
4747
implementation("androidx.compose.ui:ui")
4848
implementation("androidx.compose.ui:ui-graphics")
4949
implementation("androidx.compose.material3:material3")

0 commit comments

Comments
 (0)