Skip to content

Commit 259c2e7

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 de35b67 commit 259c2e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
</trusted-key>
225225
<trusted-key id="BFD244AF9E85F6ABDCA2B65CDE61FB98F06CE8AE" group="org.json4s"/>
226226
<trusted-key id="C0612048F3393B80B22639B4F067A2FD751AE3E4" group="io.github.davidburstrom.contester" name="contester-breakpoint" version="0.2.0"/>
227+
<trusted-key id="C3259D20DAEC4ACE6D57CC83340B090F727518D8" group="com.google.j2objc" name="j2objc-annotations" version="3.1"/>
227228
<trusted-key id="C6F7D1C804C821F49AF3BFC13AD93C3C677A106E">
228229
<trusting group="io.perfmark" name="perfmark-api" version="0.23.0"/>
229230
<trusting group="io.perfmark" name="perfmark-api" version="0.26.0"/>
@@ -549,6 +550,11 @@
549550
<sha256 value="6bf03d39dbe3744acce227d3b697374c3625aae1025fbec8ad9fd7bd58bce431" origin="Generated by Gradle"/>
550551
</artifact>
551552
</component>
553+
<component group="androidx.core" name="core" version="1.17.0">
554+
<artifact name="core-1.17.0.aar">
555+
<sha256 value="e1bd22bbcf5cee3a992dedb7d2d3c3b31c9f761c01e56d00ea443c8aaa981182" origin="Generated by Gradle"/>
556+
</artifact>
557+
</component>
552558
<component group="androidx.core" name="core" version="1.6.0">
553559
<artifact name="core-1.6.0.aar">
554560
<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.5.0-jre'
7373

0 commit comments

Comments
 (0)