Skip to content

Commit 84dcbb4

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 9ff26ab commit 84dcbb4

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
@@ -62,6 +62,7 @@
6262
<trusting group="androidx.compose.runtime"/>
6363
<trusting group="androidx.constraintlayout"/>
6464
<trusting group="androidx.core"/>
65+
<trusting group="androidx.customview" name="customview" version="1.2.0"/>
6566
<trusting group="androidx.databinding"/>
6667
<trusting group="androidx.datastore"/>
6768
<trusting group="androidx.dynamicanimation" name="dynamicanimation" version="1.1.0"/>
@@ -5404,6 +5405,11 @@
54045405
<sha256 value="c814d435f73e9e6d169886d0eb96b5c5361feb48449fbbb315c908c03c588c94" origin="Generated by Gradle" reason="Artifact is not signed"/>
54055406
</artifact>
54065407
</component>
5408+
<component group="androidx.customview" name="customview" version="1.2.0">
5409+
<artifact name="customview-1.2.0.aar">
5410+
<sha256 value="40e98bb388cdf5c53a52699b1f78a5abdcf22de1e7c1be43b2c12fd6eadc6f9d" origin="Generated by Gradle"/>
5411+
</artifact>
5412+
</component>
54075413
<component group="androidx.customview" name="customview-poolingcontainer" version="1.0.0">
54085414
<artifact name="customview-poolingcontainer-1.0.0.aar">
54095415
<sha256 value="3584102fc49bf399c56e3b7be4bfe12000c46112320cd8cf85cc0a8f93f3e752" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -19686,6 +19692,14 @@
1968619692
<sha256 value="4c13d5e94f4ab4fa7c35acc5241182bf25985994583cd4d62b5fabbef7bc2772" origin="Generated by Gradle" reason="Artifact is not signed"/>
1968719693
</artifact>
1968819694
</component>
19695+
<component group="com.google.android.material" name="material" version="1.14.0">
19696+
<artifact name="material-1.14.0.aar">
19697+
<sha256 value="19e8fab43df6870f8e4322059624384be0279da56dc910529ff591dc674008cd" origin="Generated by Gradle" reason="Artifact is not signed"/>
19698+
</artifact>
19699+
<artifact name="material-1.14.0.module">
19700+
<sha256 value="c423fccb98f5042e1bf0425df8fe8db6f7b0806d74a4b88b22266d4051900dce" origin="Generated by Gradle" reason="Artifact is not signed"/>
19701+
</artifact>
19702+
</component>
1968919703
<component group="com.google.android.material" name="material" version="1.2.0-rc01">
1969019704
<artifact name="material-1.2.0-rc01.aar">
1969119705
<sha256 value="2c0d2b3fbce154182e9e20bb647b8aa29f0f7d8d9dc825c4e9346f72a2722840" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)