Skip to content

Commit d676310

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

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

gradle/verification-metadata.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,10 @@
120120
<trusted-key id="A413F67D71BEEC23ADD0CE0ACB43338E060CF9FA" group="com.google.code.findbugs" name="jsr305" version="2.0.2"/>
121121
<trusted-key id="A42FEF087AF29AE864684EAEE6039456D5BBD4F8" group="io.fabric8" name="kubernetes-client-bom" version="5.12.4"/>
122122
<trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm"/>
123-
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2" group="androidx.core"/>
123+
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
124+
<trusting group="androidx.core"/>
125+
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
126+
</trusted-key>
124127
<trusted-key id="A6D6C97108B8585F91B158748671A8DF71296252" group="^com[.]squareup($|([.].*))" regex="true"/>
125128
<trusted-key id="A7892505CF1A58076453E52D7999BEFBA1039E8B" group="net.bytebuddy"/>
126129
<trusted-key id="AA417737BD805456DB3CBDDE6601E5C08DCCBB96" group="info.picocli" name="picocli" version="4.7.5"/>
@@ -2862,6 +2865,14 @@
28622865
<sha256 value="901ee9e6a1fece5e1b24436777d6da85d9ca72179c75373a5a45ec83499cde04" origin="Generated by Gradle" reason="Artifact is not signed"/>
28632866
</artifact>
28642867
</component>
2868+
<component group="com.google.android.material" name="material" version="1.12.0">
2869+
<artifact name="material-1.12.0.aar">
2870+
<sha256 value="4a672941b626b9ab91ae893ed22598ea53ad69125c858c0a59fa9b90daa5cb08" origin="Generated by Gradle" reason="Artifact is not signed"/>
2871+
</artifact>
2872+
<artifact name="material-1.12.0.module">
2873+
<sha256 value="9ddba12b5c80444c45413f043b34fd3127c2493c506a9db1ecbfe63039d83e34" origin="Generated by Gradle" reason="Artifact is not signed"/>
2874+
</artifact>
2875+
</component>
28652876
<component group="com.google.auto" name="auto-parent" version="6">
28662877
<artifact name="auto-parent-6.pom">
28672878
<pgp value="6F7E5ACBCD02DB60DFD232E45E1F79A7C298661E"/>

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dependencies {
121121
implementation 'androidx.core:core:1.13.0'
122122
implementation 'androidx.fragment:fragment:1.6.2'
123123

124-
implementation 'com.google.android.material:material:1.11.0'
124+
implementation 'com.google.android.material:material:1.12.0'
125125

126126
api 'com.google.code.gson:gson:2.10.1'
127127

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141

4242
implementation project(path: ':lib')
4343
implementation 'androidx.appcompat:appcompat:1.6.1'
44-
implementation 'com.google.android.material:material:1.11.0'
44+
implementation 'com.google.android.material:material:1.12.0'
4545
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4646
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
4747

0 commit comments

Comments
 (0)