Skip to content

Commit a7b778b

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 b552fe1 commit a7b778b

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

gradle/verification-metadata.xml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
4040
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
4141
<trusted-key id="0E225917414670F4442C250DFD533C07C264648F">
42+
<trusting group="androidx.core"/>
4243
<trusting group="androidx.databinding"/>
4344
<trusting group="^com[.]android($|([.].*))" regex="true"/>
4445
</trusted-key>
@@ -575,6 +576,11 @@
575576
<sha256 value="e1bd22bbcf5cee3a992dedb7d2d3c3b31c9f761c01e56d00ea443c8aaa981182" origin="Generated by Gradle"/>
576577
</artifact>
577578
</component>
579+
<component group="androidx.core" name="core" version="1.18.0">
580+
<artifact name="core-1.18.0.aar">
581+
<sha256 value="311d83ac67d394076ec21d12ed2d10a44b59cb2929b7dce00e5a90a93842e37d" origin="Generated by Gradle"/>
582+
</artifact>
583+
</component>
578584
<component group="androidx.core" name="core" version="1.6.0">
579585
<artifact name="core-1.6.0.aar">
580586
<sha256 value="875dbec888c91b05521575fd180cc08824d2c4d12b10b0261b4f9d6825214ef1" origin="Generated by Gradle"/>
@@ -8168,17 +8174,15 @@
81688174
<sha256 value="034ef1f9997502e97c93473e440aa3956e88e83571bd0e680e160821b6569766" origin="Generated by Gradle"/>
81698175
</artifact>
81708176
</component>
8171-
<component group="com.diffplug.spotless" name="spotless-lib" version="4.5.0">
8172-
<artifact name="spotless-lib-4.5.0.jar">
8173-
<sha256 value="98cd9fe64b6398da7a90f2fd906ef0abc1a0e6d66f519fe6af08a585d7bb6da9"
8174-
origin="Generated by Gradle" />
8175-
</artifact>
8176-
<artifact name="spotless-lib-4.5.0.module">
8177-
<sha256 value="02536d21a82b75a5a639a3cd4160a0839a1a9c35f2dc4c0ff45241b4769f5d35"
8178-
origin="Generated by Gradle" />
8179-
</artifact>
8180-
</component>
8181-
<component group="com.diffplug.spotless" name="spotless-lib-extra" version="3.0.2">
8177+
<component group="com.diffplug.spotless" name="spotless-lib" version="4.5.0">
8178+
<artifact name="spotless-lib-4.5.0.jar">
8179+
<sha256 value="98cd9fe64b6398da7a90f2fd906ef0abc1a0e6d66f519fe6af08a585d7bb6da9" origin="Generated by Gradle"/>
8180+
</artifact>
8181+
<artifact name="spotless-lib-4.5.0.module">
8182+
<sha256 value="02536d21a82b75a5a639a3cd4160a0839a1a9c35f2dc4c0ff45241b4769f5d35" origin="Generated by Gradle"/>
8183+
</artifact>
8184+
</component>
8185+
<component group="com.diffplug.spotless" name="spotless-lib-extra" version="3.0.2">
81828186
<artifact name="spotless-lib-extra-3.0.2.jar">
81838187
<sha256 value="b0e77746d633d445e78489ac3d08ad2ea1b3537c4d064e4abe46cc42d62303eb" origin="Generated by Gradle"/>
81848188
</artifact>

library/build.gradle

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

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

0 commit comments

Comments
 (0)