Skip to content

Commit

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

fix(deps): update dependency androidx.fragment:fragment to v1.8.3
  • Loading branch information
AndyScherzinger authored Sep 5, 2024
2 parents 2f3a0e7 + 62941ac commit 2e5ecd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<trusting group="androidx.fragment" name="fragment" version="1.8.0"/>
<trusting group="androidx.fragment" name="fragment" version="1.8.1"/>
<trusting group="androidx.fragment" name="fragment" version="1.8.2"/>
<trusting group="androidx.fragment" name="fragment" version="1.8.3"/>
<trusting group="androidx.transition" name="transition" version="1.5.0"/>
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
<trusting group="^com[.]android($|([.].*))" regex="true"/>
Expand Down Expand Up @@ -609,6 +610,11 @@
<sha256 value="c14786bdad6e7b12289a70de7d4f6b68dc7920278044d8dbdefeb3c3a7172d3e" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.fragment" name="fragment" version="1.8.3">
<artifact name="fragment-1.8.3.aar">
<sha256 value="67f34f197053fb465bad470cd3f0bf89be4f0ca12b7f7b7638b16d40e4c06d95" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.interpolator" name="interpolator" version="1.0.0">
<artifact name="interpolator-1.0.0.aar">
<sha256 value="33193135a64fe21fa2c35eec6688f1a76e512606c0fc83dc1b689e37add7732a" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.7.0"
implementation 'androidx.annotation:annotation:1.8.2'
implementation 'androidx.core:core:1.13.1'
implementation 'androidx.fragment:fragment:1.8.2'
implementation 'androidx.fragment:fragment:1.8.3'

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

Expand Down

0 comments on commit 2e5ecd0

Please sign in to comment.