Skip to content

Commit fe9d3f2

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 d10c6d0 commit fe9d3f2

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
}
4545

4646
dependencies {
47-
implementation 'androidx.core:core-ktx:1.16.0'
47+
implementation 'androidx.core:core-ktx:1.17.0'
4848
implementation 'androidx.appcompat:appcompat:1.7.1'
4949
implementation 'com.google.android.material:material:1.13.0'
5050

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
<trusting group="com.google.devtools.ksp" name="symbol-processing-api" version="2.1.10-1.0.31"/>
100100
<trusting group="com.google.devtools.ksp" name="symbol-processing-api" version="2.1.21-2.0.2"/>
101101
</trusted-key>
102+
<trusted-key id="2BAB4466B44F54F8F99BBBDD5ED22F661BBF0ACC" group="com.almworks.sqlite4java" name="sqlite4java" version="1.0.392"/>
102103
<trusted-key id="2BCBDD0F23EA1CAFCC11D4860374CF2E8DD1BDFD" group="org.sonatype.oss"/>
103104
<trusted-key id="2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB">
104105
<trusting group="commons-codec"/>
@@ -2510,6 +2511,11 @@
25102511
<sha256 value="4ab4a3b0bc1664e3a2c60dec699af635778e15c6ee373971690948f073dd721e" origin="Generated by Gradle"/>
25112512
</artifact>
25122513
</component>
2514+
<component group="androidx.core" name="core" version="1.17.0">
2515+
<artifact name="core-1.17.0.aar">
2516+
<sha256 value="e1bd22bbcf5cee3a992dedb7d2d3c3b31c9f761c01e56d00ea443c8aaa981182" origin="Generated by Gradle"/>
2517+
</artifact>
2518+
</component>
25132519
<component group="androidx.core" name="core" version="1.9.0">
25142520
<artifact name="core-1.9.0.module">
25152521
<sha256 value="8674ade1d12962469dd2d1e6edc03b465f20d180b0840a129bc40b351e8651d1" origin="Generated by Gradle" reason="Artifact is not signed"/>

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
}
4444

4545
dependencies {
46-
implementation 'androidx.core:core-ktx:1.16.0'
46+
implementation 'androidx.core:core-ktx:1.17.0'
4747
implementation 'androidx.appcompat:appcompat:1.7.1'
4848
implementation 'com.google.android.material:material:1.13.0'
4949
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'

ui/build.gradle

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

5151
implementation("com.vanniktech:ui:0.10.0")
5252

53-
implementation 'androidx.core:core-ktx:1.16.0'
53+
implementation 'androidx.core:core-ktx:1.17.0'
5454
implementation 'androidx.appcompat:appcompat:1.7.1'
5555
testImplementation 'junit:junit:4.13.2'
5656
androidTestImplementation 'androidx.test.ext:junit:1.3.0'

0 commit comments

Comments
 (0)