Skip to content

Commit

Permalink
Merge pull request #13951 from nextcloud/renovate/androidx.fragment-f…
Browse files Browse the repository at this point in the history
…ragment-ktx-1.x

fix(deps): update dependency androidx.fragment:fragment-ktx to v1.8.5
  • Loading branch information
AndyScherzinger authored Nov 7, 2024
2 parents b59cf3b + 918adca commit aa77375
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -292,7 +292,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-service:2.8.7"
implementation "androidx.work:work-runtime:$workRuntime"
implementation "androidx.work:work-runtime-ktx:$workRuntime"
implementation "androidx.fragment:fragment-ktx:1.8.4"
implementation "androidx.fragment:fragment-ktx:1.8.5"
implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
implementation 'commons-io:commons-io:2.17.0'
Expand Down
5 changes: 5 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2306,6 +2306,11 @@
<sha256 value="443aacf8efcc197f0cf6304eb34f8f432ac31f2be1141e992d84b6481c123684" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.fragment" name="fragment" version="1.8.5">
<artifact name="fragment-1.8.5.aar">
<sha256 value="1dcb3a05d1b4815951eb492d80e883add888d5f24429d6423a8ad7fae14f48cd" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.fragment" name="fragment-ktx" version="1.3.2">
<artifact name="fragment-ktx-1.3.2.aar">
<sha256 value="29af1e9ee0e93b5fc638600c230705584aecc49205c363f0923ba1e5be675533" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down

0 comments on commit aa77375

Please sign in to comment.