Skip to content

Commit 66d4ddb

Browse files
fix(deps): update dependency androidx.core:core-ktx to v1.17.0
1 parent c716b11 commit 66d4ddb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/build.gradle

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

137137
// Android X
138138
implementation 'androidx.appcompat:appcompat:1.7.1'
139-
implementation 'androidx.core:core-ktx:1.16.0'
139+
implementation 'androidx.core:core-ktx:1.17.0'
140140
implementation 'androidx.core:core-splashscreen:1.0.1'
141141
implementation 'androidx.fragment:fragment:1.8.9'
142142
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3'

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,6 +1603,11 @@
16031603
<sha256 value="4ab4a3b0bc1664e3a2c60dec699af635778e15c6ee373971690948f073dd721e" origin="Generated by Gradle"/>
16041604
</artifact>
16051605
</component>
1606+
<component group="androidx.core" name="core" version="1.17.0">
1607+
<artifact name="core-1.17.0.aar">
1608+
<sha256 value="e1bd22bbcf5cee3a992dedb7d2d3c3b31c9f761c01e56d00ea443c8aaa981182" origin="Generated by Gradle"/>
1609+
</artifact>
1610+
</component>
16061611
<component group="androidx.core" name="core" version="1.9.0">
16071612
<artifact name="core-1.9.0.module">
16081613
<sha256 value="8674ade1d12962469dd2d1e6edc03b465f20d180b0840a129bc40b351e8651d1" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)