Skip to content

Commit b120b4f

Browse files
fix(deps): update dependency androidx.core:core-ktx to v1.15.0
1 parent ab6c78e commit b120b4f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/build.gradle

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

112112
// Android X
113113
implementation 'androidx.appcompat:appcompat:1.7.0'
114-
implementation 'androidx.core:core-ktx:1.13.1'
114+
implementation 'androidx.core:core-ktx:1.15.0'
115115
implementation 'androidx.core:core-splashscreen:1.0.1'
116116
implementation 'androidx.fragment:fragment:1.8.5'
117117
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
<trusting group="androidx.recyclerview"/>
108108
<trusting group="androidx.room"/>
109109
<trusting group="androidx.sqlite"/>
110+
<trusting group="androidx.tracing" name="tracing" version="1.2.0"/>
110111
<trusting group="androidx.webkit"/>
111112
<trusting group="androidx.work"/>
112113
</trusted-key>
@@ -483,6 +484,11 @@
483484
<sha256 value="2c27de199535675005553066597a4b20fa1eea7c228ab4ef6b32b5fe39ca1f59" origin="Generated by Gradle"/>
484485
</artifact>
485486
</component>
487+
<component group="androidx.core" name="core" version="1.15.0">
488+
<artifact name="core-1.15.0.aar">
489+
<sha256 value="432b85a1974076e14b487ece4a28c59a84f1b9efc3fc8be72cd7f05d32055e51" origin="Generated by Gradle"/>
490+
</artifact>
491+
</component>
486492
<component group="androidx.core" name="core" version="1.9.0">
487493
<artifact name="core-1.9.0.module">
488494
<sha256 value="8674ade1d12962469dd2d1e6edc03b465f20d180b0840a129bc40b351e8651d1" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)