Skip to content

Commit 68cad6a

Browse files
fix(deps): update dependency androidx.compose.material3:material3 to v1.4.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe61138 commit 68cad6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ dependencies {
325325
//compose
326326
implementation(platform("androidx.compose:compose-bom:2025.09.00"))
327327
implementation("androidx.compose.ui:ui")
328-
implementation 'androidx.compose.material3:material3:1.3.2'
328+
implementation 'androidx.compose.material3:material3:1.4.0'
329329
implementation("androidx.compose.ui:ui-tooling-preview")
330330
implementation 'androidx.activity:activity-compose:1.10.1'
331331
debugImplementation("androidx.compose.ui:ui-tooling")

gradle/verification-metadata.xml

Lines changed: 1 addition & 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"/>

0 commit comments

Comments
 (0)