Skip to content

Commit b2906d9

Browse files
fix(deps): update dependency com.google.android.material:material to v1.14.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f247964 commit b2906d9

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ dependencies {
214214
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-rx2:$coroutinesVersion")
215215

216216
implementation("androidx.appcompat:appcompat:1.7.1")
217-
implementation("com.google.android.material:material:1.13.0")
217+
implementation("com.google.android.material:material:1.14.0")
218218
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
219219
implementation("com.vanniktech:emoji-google:0.23.0")
220220
implementation("androidx.emoji2:emoji2:$emojiVersion")

gradle/verification-metadata.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<trusting group="androidx.compose.runtime"/>
6262
<trusting group="androidx.constraintlayout"/>
6363
<trusting group="androidx.core"/>
64+
<trusting group="androidx.customview" name="customview" version="1.2.0"/>
6465
<trusting group="androidx.databinding"/>
6566
<trusting group="androidx.datastore"/>
6667
<trusting group="androidx.dynamicanimation" name="dynamicanimation" version="1.1.0"/>
@@ -5399,6 +5400,11 @@
53995400
<sha256 value="c814d435f73e9e6d169886d0eb96b5c5361feb48449fbbb315c908c03c588c94" origin="Generated by Gradle" reason="Artifact is not signed"/>
54005401
</artifact>
54015402
</component>
5403+
<component group="androidx.customview" name="customview" version="1.2.0">
5404+
<artifact name="customview-1.2.0.aar">
5405+
<sha256 value="40e98bb388cdf5c53a52699b1f78a5abdcf22de1e7c1be43b2c12fd6eadc6f9d" origin="Generated by Gradle"/>
5406+
</artifact>
5407+
</component>
54025408
<component group="androidx.customview" name="customview-poolingcontainer" version="1.0.0">
54035409
<artifact name="customview-poolingcontainer-1.0.0.aar">
54045410
<sha256 value="3584102fc49bf399c56e3b7be4bfe12000c46112320cd8cf85cc0a8f93f3e752" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -19681,6 +19687,14 @@
1968119687
<sha256 value="4c13d5e94f4ab4fa7c35acc5241182bf25985994583cd4d62b5fabbef7bc2772" origin="Generated by Gradle" reason="Artifact is not signed"/>
1968219688
</artifact>
1968319689
</component>
19690+
<component group="com.google.android.material" name="material" version="1.14.0">
19691+
<artifact name="material-1.14.0.aar">
19692+
<sha256 value="19e8fab43df6870f8e4322059624384be0279da56dc910529ff591dc674008cd" origin="Generated by Gradle" reason="Artifact is not signed"/>
19693+
</artifact>
19694+
<artifact name="material-1.14.0.module">
19695+
<sha256 value="c423fccb98f5042e1bf0425df8fe8db6f7b0806d74a4b88b22266d4051900dce" origin="Generated by Gradle" reason="Artifact is not signed"/>
19696+
</artifact>
19697+
</component>
1968419698
<component group="com.google.android.material" name="material" version="1.2.0-rc01">
1968519699
<artifact name="material-1.2.0-rc01.aar">
1968619700
<sha256 value="2c0d2b3fbce154182e9e20bb647b8aa29f0f7d8d9dc825c4e9346f72a2722840" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)