Skip to content

Commit 4cd9fc9

Browse files
fix(deps): update dependency androidx.fragment:fragment to v1.7.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4cff72 commit 4cd9fc9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
<trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm"/>
124124
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
125125
<trusting group="androidx.core"/>
126+
<trusting group="androidx.fragment" name="fragment" version="1.7.1"/>
126127
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
127128
</trusted-key>
128129
<trusted-key id="A6D6C97108B8585F91B158748671A8DF71296252" group="^com[.]squareup($|([.].*))" regex="true"/>
@@ -506,6 +507,11 @@
506507
<sha256 value="df7ba73f377dbd7ccd28b112afd08d28b60ec2c6bc91ec658609c845442ace08" origin="Generated by Gradle"/>
507508
</artifact>
508509
</component>
510+
<component group="androidx.fragment" name="fragment" version="1.7.1">
511+
<artifact name="fragment-1.7.1.aar">
512+
<sha256 value="7ddebe9d830a04963733dcb340cab4bac1e69dfca797a6d59aa7bc56282150af" origin="Generated by Gradle"/>
513+
</artifact>
514+
</component>
509515
<component group="androidx.interpolator" name="interpolator" version="1.0.0">
510516
<artifact name="interpolator-1.0.0.aar">
511517
<sha256 value="33193135a64fe21fa2c35eec6688f1a76e512606c0fc83dc1b689e37add7732a" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -660,6 +666,14 @@
660666
<sha256 value="a16fe511e599c2042da122be09569aecd3f4f90cad37ef08bd0bbc39118c92c8" origin="Generated by Gradle" reason="Artifact is not signed"/>
661667
</artifact>
662668
</component>
669+
<component group="androidx.profileinstaller" name="profileinstaller" version="1.3.1">
670+
<artifact name="profileinstaller-1.3.1.aar">
671+
<sha256 value="d0e402ec31f24028a1dc7eb6a0a3f9d9635c1459392cd734396343b73d673948" origin="Generated by Gradle" reason="Artifact is not signed"/>
672+
</artifact>
673+
<artifact name="profileinstaller-1.3.1.module">
674+
<sha256 value="cc7eed0ed4b669de84b852f78797a50018a4f30002e1e38aaa668af22ca5b460" origin="Generated by Gradle" reason="Artifact is not signed"/>
675+
</artifact>
676+
</component>
663677
<component group="androidx.recyclerview" name="recyclerview" version="1.0.0">
664678
<artifact name="recyclerview-1.0.0.pom">
665679
<sha256 value="8831c06417fab6a9690c25f6e4b347b2e8c03cf6d47337be9c57e75b7fb23e6a" origin="Generated by Gradle" reason="Artifact is not signed"/>

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ dependencies {
119119
implementation "androidx.appcompat:appcompat:1.6.1"
120120
implementation 'androidx.annotation:annotation:1.7.1'
121121
implementation 'androidx.core:core:1.13.1'
122-
implementation 'androidx.fragment:fragment:1.6.2'
122+
implementation 'androidx.fragment:fragment:1.7.1'
123123

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

0 commit comments

Comments
 (0)