Skip to content

Commit 4756212

Browse files
Merge pull request #698 from nextcloud/renovate/androidx.core-core-1.x
fix(deps): update dependency androidx.core:core to v1.13.1
2 parents 3dedfe6 + 934da3b commit 4756212

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@
321321
<sha256 value="1b96c8eb10c4b40283fdd6e9aa74ffff05fae4f15d54f61ba69d517fcd144695" origin="Generated by Gradle"/>
322322
</artifact>
323323
</component>
324+
<component group="androidx.core" name="core" version="1.13.1">
325+
<artifact name="core-1.13.1.aar">
326+
<sha256 value="2c27de199535675005553066597a4b20fa1eea7c228ab4ef6b32b5fe39ca1f59" origin="Generated by Gradle"/>
327+
</artifact>
328+
</component>
324329
<component group="androidx.core" name="core" version="1.9.0">
325330
<artifact name="core-1.9.0.aar">
326331
<sha256 value="8bda3ee3a88887d54f6679fb6b6cd788629f73234ac91c8bbed924e721ec85b8" origin="Generated by Gradle"/>

lib/build.gradle

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

119119
implementation "androidx.appcompat:appcompat:1.6.1"
120120
implementation 'androidx.annotation:annotation:1.7.1'
121-
implementation 'androidx.core:core:1.13.0'
121+
implementation 'androidx.core:core:1.13.1'
122122
implementation 'androidx.fragment:fragment:1.6.2'
123123

124124
implementation 'com.google.android.material:material:1.12.0'

0 commit comments

Comments
 (0)