Skip to content

Commit

Permalink
Merge pull request #2581 from nextcloud/renovate/androidx.fragment-fr…
Browse files Browse the repository at this point in the history
…agment-1.x

fix(deps): update dependency androidx.fragment:fragment to v1.8.6
  • Loading branch information
github-actions[bot] authored Feb 13, 2025
2 parents 8cf7300 + 8b887d8 commit 8f46042
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.core:core-splashscreen:1.0.1'
implementation 'androidx.fragment:fragment:1.8.5'
implementation 'androidx.fragment:fragment:1.8.6'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
Expand Down
19 changes: 19 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<trust group="com.android.tools.build" name="aapt2" version="8.4.1-11315950" reason="ships OS specific artifacts (win/linux) - temp global trust"/>
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
</trusted-artifacts>
<ignored-keys>
<ignored-key id="32EE5355A6BC6E42" reason="Key couldn't be downloaded from any key server"/>
</ignored-keys>
<trusted-keys>
<trusted-key id="04543577D6A9CC626239C50C7ECBD740FF06AEB5">
<trusting group="org.glassfish.jaxb"/>
Expand Down Expand Up @@ -1178,6 +1181,14 @@
<sha256 value="604b5e65496d8c88d5e6767e82db42dc79b74874b2ae426e4cab624867f101f3" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.fragment" name="fragment" version="1.8.6">
<artifact name="fragment-1.8.6.aar">
<sha256 value="6d5aa4c135247a7f8b59ef5d0bb2990f3a8d6502f02c763c8d34df8a410a3731" origin="Generated by Gradle"/>
</artifact>
<artifact name="fragment-1.8.6.module">
<sha256 value="567576bcb6db841f36358f1646e167360b8725be05cfe284907b66b4b12bedd5" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="androidx.fragment" name="fragment-ktx" version="1.3.6">
<artifact name="fragment-ktx-1.3.6.module">
<sha256 value="a775bab4e5ef78605c2b0f8bc9dcd9e2c2dd6b5d5d9320012a69a5d01375059a" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand All @@ -1191,6 +1202,14 @@
<sha256 value="a15daf4272633025aed5c2e96073c5e904a147802c669db343237cb3b02ba9b9" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.fragment" name="fragment-ktx" version="1.8.6">
<artifact name="fragment-ktx-1.8.6.aar">
<sha256 value="64fad5c91c5f3c59509a458e91045ae1277df29bf32c8dc19d0720b5bab405c2" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
<artifact name="fragment-ktx-1.8.6.module">
<sha256 value="6f9027367f4a598903feba9c7c0652c9863ca763c39467615353db78eb184c91" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="androidx.graphics" name="graphics-path" version="1.0.1">
<artifact name="graphics-path-1.0.1.aar">
<sha256 value="8ca4032b6d79b351f0b59ad4b580eddbb9423e1652f7c958830687f1eee2ec03" origin="Generated by Gradle"/>
Expand Down

0 comments on commit 8f46042

Please sign in to comment.