Skip to content

Commit c8cb341

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,11 @@
626626
<sha256 value="4ab4a3b0bc1664e3a2c60dec699af635778e15c6ee373971690948f073dd721e" origin="Generated by Gradle"/>
627627
</artifact>
628628
</component>
629+
<component group="androidx.core" name="core" version="1.17.0">
630+
<artifact name="core-1.17.0.aar">
631+
<sha256 value="e1bd22bbcf5cee3a992dedb7d2d3c3b31c9f761c01e56d00ea443c8aaa981182" origin="Generated by Gradle"/>
632+
</artifact>
633+
</component>
629634
<component group="androidx.core" name="core" version="1.9.0">
630635
<artifact name="core-1.9.0.aar">
631636
<sha256 value="8bda3ee3a88887d54f6679fb6b6cd788629f73234ac91c8bbed924e721ec85b8" origin="Generated by Gradle"/>

lib/build.gradle

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

120120
implementation "androidx.appcompat:appcompat:1.7.1"
121121
implementation 'androidx.annotation:annotation:1.9.1'
122-
implementation 'androidx.core:core:1.16.0'
122+
implementation 'androidx.core:core:1.17.0'
123123
implementation 'androidx.fragment:fragment:1.8.9'
124124

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

0 commit comments

Comments
 (0)