Skip to content

Commit 934da3b

Browse files
fix(deps): update dependency androidx.core:core to v1.13.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9de5b79 commit 934da3b

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
@@ -317,6 +317,11 @@
317317
<sha256 value="1b96c8eb10c4b40283fdd6e9aa74ffff05fae4f15d54f61ba69d517fcd144695" origin="Generated by Gradle"/>
318318
</artifact>
319319
</component>
320+
<component group="androidx.core" name="core" version="1.13.1">
321+
<artifact name="core-1.13.1.aar">
322+
<sha256 value="2c27de199535675005553066597a4b20fa1eea7c228ab4ef6b32b5fe39ca1f59" origin="Generated by Gradle"/>
323+
</artifact>
324+
</component>
320325
<component group="androidx.core" name="core" version="1.9.0">
321326
<artifact name="core-1.9.0.aar">
322327
<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.11.0'

0 commit comments

Comments
 (0)