Skip to content

Commit 784dac3

Browse files
fix(deps): update dependency androidx.core:core to v1.15.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b23f084 commit 784dac3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
<trusting group="androidx.core"/>
103103
<trusting group="androidx.fragment"/>
104104
<trusting group="androidx.lifecycle"/>
105+
<trusting group="androidx.tracing" name="tracing" version="1.2.0"/>
105106
</trusted-key>
106107
<trusted-key id="84789D24DF77A32433CE1F079EB80E92EB2135B1">
107108
<trusting group="org.apache" name="apache"/>
@@ -145,6 +146,7 @@
145146
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
146147
<trusting group="androidx.annotation"/>
147148
<trusting group="androidx.appcompat"/>
149+
<trusting group="androidx.collection"/>
148150
<trusting group="androidx.constraintlayout"/>
149151
<trusting group="androidx.core"/>
150152
<trusting group="androidx.databinding"/>
@@ -384,6 +386,11 @@
384386
<sha256 value="2c27de199535675005553066597a4b20fa1eea7c228ab4ef6b32b5fe39ca1f59" origin="Generated by Gradle"/>
385387
</artifact>
386388
</component>
389+
<component group="androidx.core" name="core" version="1.15.0">
390+
<artifact name="core-1.15.0.aar">
391+
<sha256 value="432b85a1974076e14b487ece4a28c59a84f1b9efc3fc8be72cd7f05d32055e51" origin="Generated by Gradle"/>
392+
</artifact>
393+
</component>
387394
<component group="androidx.core" name="core" version="1.9.0">
388395
<artifact name="core-1.9.0.aar">
389396
<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.7.0"
120120
implementation 'androidx.annotation:annotation:1.9.1'
121-
implementation 'androidx.core:core:1.13.1'
121+
implementation 'androidx.core:core:1.15.0'
122122
implementation 'androidx.fragment:fragment:1.8.5'
123123

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

0 commit comments

Comments
 (0)