Skip to content

Commit 215ce19

Browse files
fix(deps): update dependency androidx.core:core to v1.18.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 631fb00 commit 215ce19

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
3535
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
3636
<trusted-key id="0E225917414670F4442C250DFD533C07C264648F">
37+
<trusting group="androidx.core"/>
3738
<trusting group="androidx.databinding"/>
3839
<trusting group="^com[.]android($|([.].*))" regex="true"/>
3940
</trusted-key>
@@ -154,6 +155,7 @@
154155
<trusted-key id="6A814B1F869C2BBEAB7CB7271A2A1C94BDE89688" group="org.apache.httpcomponents" name="httpcomponents-parent" version="12"/>
155156
<trusted-key id="6DD3B8C64EF75253BEB2C53AD908A43FB7EC07AC" group="jakarta.activation"/>
156157
<trusted-key id="6F538074CCEBF35F28AF9B066A0975F8B1127B83" group="org.jetbrains.kotlin"/>
158+
<trusted-key id="73976C9C39C1479B84E2641A5A68A2249128E2C6" group="com.google.crypto.tink" name="tink" version="1.18.0"/>
157159
<trusted-key id="7440F1F7D27BAC115F953D55EB095DA7D2F6AC0E" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.2.0"/>
158160
<trusted-key id="7616EB882DAF57A11477AAF559A252FB1199D873" group="com.google.code.findbugs" name="jsr305" version="3.0.2"/>
159161
<trusted-key id="77A45740C23880C7F81B9D4D5C504E1210E49773">
@@ -674,6 +676,11 @@
674676
<sha256 value="e1bd22bbcf5cee3a992dedb7d2d3c3b31c9f761c01e56d00ea443c8aaa981182" origin="Generated by Gradle"/>
675677
</artifact>
676678
</component>
679+
<component group="androidx.core" name="core" version="1.18.0">
680+
<artifact name="core-1.18.0.aar">
681+
<sha256 value="311d83ac67d394076ec21d12ed2d10a44b59cb2929b7dce00e5a90a93842e37d" origin="Generated by Gradle"/>
682+
</artifact>
683+
</component>
677684
<component group="androidx.core" name="core" version="1.9.0">
678685
<artifact name="core-1.9.0.aar">
679686
<sha256 value="8bda3ee3a88887d54f6679fb6b6cd788629f73234ac91c8bbed924e721ec85b8" origin="Generated by Gradle"/>

lib/build.gradle

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

137137
implementation "androidx.appcompat:appcompat:1.7.1"
138138
implementation 'androidx.annotation:annotation:1.9.1'
139-
implementation 'androidx.core:core:1.17.0'
139+
implementation 'androidx.core:core:1.18.0'
140140
implementation 'androidx.fragment:fragment:1.8.9'
141141

142142
implementation 'com.google.android.material:material:1.13.0'

0 commit comments

Comments
 (0)