Skip to content

Commit e7eb8b3

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

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
3939
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
4040
<trusted-key id="0E225917414670F4442C250DFD533C07C264648F">
41+
<trusting group="androidx.core"/>
4142
<trusting group="androidx.databinding"/>
4243
<trusting group="^com[.]android($|([.].*))" regex="true"/>
4344
</trusted-key>
@@ -573,6 +574,11 @@
573574
<sha256 value="e1bd22bbcf5cee3a992dedb7d2d3c3b31c9f761c01e56d00ea443c8aaa981182" origin="Generated by Gradle"/>
574575
</artifact>
575576
</component>
577+
<component group="androidx.core" name="core" version="1.18.0">
578+
<artifact name="core-1.18.0.aar">
579+
<sha256 value="311d83ac67d394076ec21d12ed2d10a44b59cb2929b7dce00e5a90a93842e37d" origin="Generated by Gradle"/>
580+
</artifact>
581+
</component>
576582
<component group="androidx.core" name="core" version="1.6.0">
577583
<artifact name="core-1.6.0.aar">
578584
<sha256 value="875dbec888c91b05521575fd180cc08824d2c4d12b10b0261b4f9d6825214ef1" origin="Generated by Gradle"/>

library/build.gradle

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

73-
implementation "androidx.core:core-ktx:1.17.0"
73+
implementation "androidx.core:core-ktx:1.18.0"
7474
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
7575
implementation 'com.google.guava:guava:33.5.0-jre'
7676

0 commit comments

Comments
 (0)