Skip to content

Commit 3c0d427

Browse files
fix(deps): update dependency androidx.compose:compose-bom to v2025.10.00
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe61138 commit 3c0d427

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ dependencies {
323323
gplayImplementation "com.google.firebase:firebase-messaging:25.0.1"
324324

325325
//compose
326-
implementation(platform("androidx.compose:compose-bom:2025.09.00"))
326+
implementation(platform("androidx.compose:compose-bom:2025.10.00"))
327327
implementation("androidx.compose.ui:ui")
328328
implementation 'androidx.compose.material3:material3:1.3.2'
329329
implementation("androidx.compose.ui:ui-tooling-preview")
@@ -357,7 +357,7 @@ dependencies {
357357

358358
androidTestImplementation('com.android.support.test.espresso:espresso-intents:3.0.2')
359359

360-
androidTestImplementation(platform("androidx.compose:compose-bom:2025.09.00"))
360+
androidTestImplementation(platform("androidx.compose:compose-bom:2025.10.00"))
361361
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
362362
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
363363

gradle/verification-metadata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@
315315
<trusting group="org.apache.commons" name="commons-parent" version="52"/>
316316
</trusted-key>
317317
<trusted-key id="B801E2F8EF035068EC1139CC29579F18FA8FD93B" group="com.google.j2objc" name="j2objc-annotations" version="1.3"/>
318+
<trusted-key id="B8CBA850DDC1ADAC674FF8E1D3DBC823BE4819ED" group="de.undercouch" name="gradle-download-task" version="5.6.0"/>
318319
<trusted-key id="BC87A3FD0A54480F0BADBEBD21939FF0CA2A6567" group="commons-codec" name="commons-codec" version="1.15"/>
319320
<trusted-key id="BCC135FC7ED8214F823D73E97FE9900F412D622E" group="com.google.flatbuffers" name="flatbuffers-java" version="1.12.0"/>
320321
<trusted-key id="BD5C053B4D49EED4ECDBB48C04C39AD208277F6A" group="io.github.elye" name="loaderviewlibrary" version="3.0.0"/>
@@ -745,6 +746,11 @@
745746
<sha256 value="4b6f1d459ddd146b4e85ed6d46e86eb8c2639c5de47904e6db4d698721334220" origin="Generated by Gradle" reason="Artifact is not signed"/>
746747
</artifact>
747748
</component>
749+
<component group="androidx.arch.core" name="core-common" version="2.0.1">
750+
<artifact name="core-common-2.0.1.pom">
751+
<sha256 value="25e8d785ec2c7c99e2b3b4e88d0c0da7083530a7aca80c8583534a92dad93935" origin="Generated by Gradle" reason="Artifact is not signed"/>
752+
</artifact>
753+
</component>
748754
<component group="androidx.arch.core" name="core-common" version="2.1.0">
749755
<artifact name="core-common-2.1.0.jar">
750756
<sha256 value="fe1237bf029d063e7f29fe39aeaf73ef74c8b0a3658486fc29d3c54326653889" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -1151,6 +1157,11 @@
11511157
<sha256 value="499a4aa42578db44dd4e25ff35a4c2df9fd29f8003ca5ecddd1284412a347271" origin="Generated by Gradle" reason="Artifact is not signed"/>
11521158
</artifact>
11531159
</component>
1160+
<component group="androidx.compose" name="compose-bom" version="2025.10.00">
1161+
<artifact name="compose-bom-2025.10.00.pom">
1162+
<sha256 value="b62aefe78f7588891c55cbe83a933059cf44d03c04f1cf745abd31fe1d1df8d2" origin="Generated by Gradle" reason="Artifact is not signed"/>
1163+
</artifact>
1164+
</component>
11541165
<component group="androidx.compose.animation" name="animation" version="1.7.7">
11551166
<artifact name="animation-1.7.7.module">
11561167
<sha256 value="3431b3d00a8e6e0d54aff825a0a66402d8e924c2b2e6a165669e4f41c7a63fc9" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)