Skip to content

Commit 19c3ee2

Browse files
Merge pull request #2168 from nextcloud/renovate/androidx.fragment-fragment-1.x
fix(deps): update dependency androidx.fragment:fragment to v1.7.1
2 parents 359b9be + bd074c0 commit 19c3ee2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies {
109109
implementation 'androidx.appcompat:appcompat:1.6.1'
110110
implementation 'androidx.core:core-ktx:1.13.0'
111111
implementation 'androidx.core:core-splashscreen:1.0.1'
112-
implementation 'androidx.fragment:fragment:1.6.2'
112+
implementation 'androidx.fragment:fragment:1.7.1'
113113
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0'
114114
implementation 'androidx.preference:preference:1.2.1'
115115
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'

gradle/verification-metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
114114
<trusting group="androidx.annotation"/>
115115
<trusting group="androidx.core"/>
116+
<trusting group="androidx.fragment"/>
116117
<trusting group="androidx.lifecycle"/>
117118
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
118119
</trusted-key>
@@ -632,6 +633,11 @@
632633
<sha256 value="df7ba73f377dbd7ccd28b112afd08d28b60ec2c6bc91ec658609c845442ace08" origin="Generated by Gradle"/>
633634
</artifact>
634635
</component>
636+
<component group="androidx.fragment" name="fragment" version="1.7.1">
637+
<artifact name="fragment-1.7.1.aar">
638+
<sha256 value="7ddebe9d830a04963733dcb340cab4bac1e69dfca797a6d59aa7bc56282150af" origin="Generated by Gradle"/>
639+
</artifact>
640+
</component>
635641
<component group="androidx.interpolator" name="interpolator" version="1.0.0">
636642
<artifact name="interpolator-1.0.0.aar">
637643
<sha256 value="33193135a64fe21fa2c35eec6688f1a76e512606c0fc83dc1b689e37add7732a" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)