Skip to content

Commit 7ea3dcf

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

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,11 @@
548548
<sha256 value="6bf03d39dbe3744acce227d3b697374c3625aae1025fbec8ad9fd7bd58bce431" origin="Generated by Gradle"/>
549549
</artifact>
550550
</component>
551+
<component group="androidx.core" name="core" version="1.17.0">
552+
<artifact name="core-1.17.0.aar">
553+
<sha256 value="e1bd22bbcf5cee3a992dedb7d2d3c3b31c9f761c01e56d00ea443c8aaa981182" origin="Generated by Gradle"/>
554+
</artifact>
555+
</component>
551556
<component group="androidx.core" name="core" version="1.6.0">
552557
<artifact name="core-1.6.0.aar">
553558
<sha256 value="875dbec888c91b05521575fd180cc08824d2c4d12b10b0261b4f9d6825214ef1" origin="Generated by Gradle"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
implementation 'androidx.annotation:annotation:1.9.1'
6868
compileOnly 'com.google.code.findbugs:annotations:3.0.1'
6969

70-
implementation "androidx.core:core-ktx:1.16.0"
70+
implementation "androidx.core:core-ktx:1.17.0"
7171
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
7272
implementation 'com.google.guava:guava:33.4.8-jre'
7373

0 commit comments

Comments
 (0)