Skip to content

Commit 58c5180

Browse files
Merge pull request #2166 from nextcloud/renovate/androidx.core-core-ktx-1.x
fix(deps): update dependency androidx.core:core-ktx to v1.13.1
2 parents ca43a10 + 81f1c12 commit 58c5180

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/build.gradle

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

108108
// Android X
109109
implementation 'androidx.appcompat:appcompat:1.6.1'
110-
implementation 'androidx.core:core-ktx:1.13.0'
110+
implementation 'androidx.core:core-ktx:1.13.1'
111111
implementation 'androidx.core:core-splashscreen:1.0.1'
112112
implementation 'androidx.fragment:fragment:1.7.1'
113113
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0'

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,11 @@
397397
<sha256 value="1b96c8eb10c4b40283fdd6e9aa74ffff05fae4f15d54f61ba69d517fcd144695" origin="Generated by Gradle"/>
398398
</artifact>
399399
</component>
400+
<component group="androidx.core" name="core" version="1.13.1">
401+
<artifact name="core-1.13.1.aar">
402+
<sha256 value="2c27de199535675005553066597a4b20fa1eea7c228ab4ef6b32b5fe39ca1f59" origin="Generated by Gradle"/>
403+
</artifact>
404+
</component>
400405
<component group="androidx.core" name="core" version="1.9.0">
401406
<artifact name="core-1.9.0.module">
402407
<sha256 value="8674ade1d12962469dd2d1e6edc03b465f20d180b0840a129bc40b351e8651d1" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)