Skip to content

Commit 62bfaea

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 ee611bf commit 62bfaea

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"/>
@@ -5397,6 +5398,11 @@
53975398
<sha256 value="c814d435f73e9e6d169886d0eb96b5c5361feb48449fbbb315c908c03c588c94" origin="Generated by Gradle" reason="Artifact is not signed"/>
53985399
</artifact>
53995400
</component>
5401+
<component group="androidx.customview" name="customview" version="1.2.0">
5402+
<artifact name="customview-1.2.0.aar">
5403+
<sha256 value="40e98bb388cdf5c53a52699b1f78a5abdcf22de1e7c1be43b2c12fd6eadc6f9d" origin="Generated by Gradle"/>
5404+
</artifact>
5405+
</component>
54005406
<component group="androidx.customview" name="customview-poolingcontainer" version="1.0.0">
54015407
<artifact name="customview-poolingcontainer-1.0.0.aar">
54025408
<sha256 value="3584102fc49bf399c56e3b7be4bfe12000c46112320cd8cf85cc0a8f93f3e752" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -19679,6 +19685,14 @@
1967919685
<sha256 value="4c13d5e94f4ab4fa7c35acc5241182bf25985994583cd4d62b5fabbef7bc2772" origin="Generated by Gradle" reason="Artifact is not signed"/>
1968019686
</artifact>
1968119687
</component>
19688+
<component group="com.google.android.material" name="material" version="1.14.0">
19689+
<artifact name="material-1.14.0.aar">
19690+
<sha256 value="19e8fab43df6870f8e4322059624384be0279da56dc910529ff591dc674008cd" origin="Generated by Gradle" reason="Artifact is not signed"/>
19691+
</artifact>
19692+
<artifact name="material-1.14.0.module">
19693+
<sha256 value="c423fccb98f5042e1bf0425df8fe8db6f7b0806d74a4b88b22266d4051900dce" origin="Generated by Gradle" reason="Artifact is not signed"/>
19694+
</artifact>
19695+
</component>
1968219696
<component group="com.google.android.material" name="material" version="1.2.0-rc01">
1968319697
<artifact name="material-1.2.0-rc01.aar">
1968419698
<sha256 value="2c0d2b3fbce154182e9e20bb647b8aa29f0f7d8d9dc825c4e9346f72a2722840" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)