Skip to content

Commit 8f46042

Browse files
Merge pull request #2581 from nextcloud/renovate/androidx.fragment-fragment-1.x
fix(deps): update dependency androidx.fragment:fragment to v1.8.6
2 parents 8cf7300 + 8b887d8 commit 8f46042

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ dependencies {
113113
implementation 'androidx.appcompat:appcompat:1.7.0'
114114
implementation 'androidx.core:core-ktx:1.13.1'
115115
implementation 'androidx.core:core-splashscreen:1.0.1'
116-
implementation 'androidx.fragment:fragment:1.8.5'
116+
implementation 'androidx.fragment:fragment:1.8.6'
117117
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
118118
implementation 'androidx.preference:preference:1.2.1'
119119
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'

gradle/verification-metadata.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<trust group="com.android.tools.build" name="aapt2" version="8.4.1-11315950" reason="ships OS specific artifacts (win/linux) - temp global trust"/>
88
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
99
</trusted-artifacts>
10+
<ignored-keys>
11+
<ignored-key id="32EE5355A6BC6E42" reason="Key couldn't be downloaded from any key server"/>
12+
</ignored-keys>
1013
<trusted-keys>
1114
<trusted-key id="04543577D6A9CC626239C50C7ECBD740FF06AEB5">
1215
<trusting group="org.glassfish.jaxb"/>
@@ -1178,6 +1181,14 @@
11781181
<sha256 value="604b5e65496d8c88d5e6767e82db42dc79b74874b2ae426e4cab624867f101f3" origin="Generated by Gradle"/>
11791182
</artifact>
11801183
</component>
1184+
<component group="androidx.fragment" name="fragment" version="1.8.6">
1185+
<artifact name="fragment-1.8.6.aar">
1186+
<sha256 value="6d5aa4c135247a7f8b59ef5d0bb2990f3a8d6502f02c763c8d34df8a410a3731" origin="Generated by Gradle"/>
1187+
</artifact>
1188+
<artifact name="fragment-1.8.6.module">
1189+
<sha256 value="567576bcb6db841f36358f1646e167360b8725be05cfe284907b66b4b12bedd5" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
1190+
</artifact>
1191+
</component>
11811192
<component group="androidx.fragment" name="fragment-ktx" version="1.3.6">
11821193
<artifact name="fragment-ktx-1.3.6.module">
11831194
<sha256 value="a775bab4e5ef78605c2b0f8bc9dcd9e2c2dd6b5d5d9320012a69a5d01375059a" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -1191,6 +1202,14 @@
11911202
<sha256 value="a15daf4272633025aed5c2e96073c5e904a147802c669db343237cb3b02ba9b9" origin="Generated by Gradle"/>
11921203
</artifact>
11931204
</component>
1205+
<component group="androidx.fragment" name="fragment-ktx" version="1.8.6">
1206+
<artifact name="fragment-ktx-1.8.6.aar">
1207+
<sha256 value="64fad5c91c5f3c59509a458e91045ae1277df29bf32c8dc19d0720b5bab405c2" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
1208+
</artifact>
1209+
<artifact name="fragment-ktx-1.8.6.module">
1210+
<sha256 value="6f9027367f4a598903feba9c7c0652c9863ca763c39467615353db78eb184c91" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
1211+
</artifact>
1212+
</component>
11941213
<component group="androidx.graphics" name="graphics-path" version="1.0.1">
11951214
<artifact name="graphics-path-1.0.1.aar">
11961215
<sha256 value="8ca4032b6d79b351f0b59ad4b580eddbb9423e1652f7c958830687f1eee2ec03" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)