Skip to content

Commit

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

Update dependency androidx.fragment:fragment-ktx to v1.6.2
  • Loading branch information
AndyScherzinger authored Feb 4, 2024
2 parents 5d06ffb + b22eb5b commit 453c367
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
implementation "androidx.work:work-runtime:$workRuntime"
implementation "androidx.work:work-runtime-ktx:$workRuntime"
implementation "androidx.fragment:fragment-ktx:1.6.1"
implementation "androidx.fragment:fragment-ktx:1.6.2"
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.13.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
daggerVersion = "2.50"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "008d82ae1c"
androidLibraryVersion = "9bfb850257"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.9"
Expand Down
16 changes: 11 additions & 5 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
<trusting group="androidx.activity"/>
<trusting group="androidx.annotation"/>
<trusting group="androidx.core"/>
<trusting group="androidx.fragment"/>
<trusting group="androidx.lifecycle"/>
</trusted-key>
<trusted-key id="84789D24DF77A32433CE1F079EB80E92EB2135B1" group="org.apache" name="apache"/>
Expand Down Expand Up @@ -1087,6 +1088,11 @@
<sha256 value="6d7b619cb122a4a8a20920871db6a886f38843f69d2eaa9521271c2c08b636a0" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="androidx.fragment" name="fragment" version="1.6.2">
<artifact name="fragment-1.6.2.aar">
<sha256 value="df7ba73f377dbd7ccd28b112afd08d28b60ec2c6bc91ec658609c845442ace08" 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 Expand Up @@ -1696,7 +1702,7 @@
</component>
<component group="androidx.recyclerview" name="recyclerview" version="1.3.0">
<artifact name="recyclerview-1.3.0.aar">
<sha256 value="d65928a00f63589a49e21925412e0f48852f89254b07b03c030d560f91effc88" origin="Generated by Gradle"/>
<sha256 value="d65928a00f63589a49e21925412e0f48852f89254b07b03c030d560f91effc88" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="recyclerview-1.3.0.module">
<sha256 value="7fa22bf1ab1a8d1544622076e2ad8454e2bef1402b3298b5b4079ab732e38845" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down Expand Up @@ -3022,12 +3028,12 @@
<sha256 value="6a91a2139a3cae8126c509cf65d136d49c35cb032b581ac1a56cb6a649cc0245" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="008d82ae1c">
<artifact name="android-library-008d82ae1c.aar">
<component group="com.github.nextcloud" name="android-library" version="9bfb850257">
<artifact name="android-library-9bfb850257.aar">
<sha256 value="bdc44e874f1e14338213ae5723e71710940a31416ff1c52c9eb2f282e5d3f29a" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-008d82ae1c.module">
<sha256 value="f28a1132b6a425d00bca507cadc1520d8f6805893a99feec8eb2b3228416dea1" origin="Generated by Gradle" reason="Artifact is not signed"/>
<artifact name="android-library-9bfb850257.module">
<sha256 value="0e0d1ffe9999460fe3ce76a8044e203d37007cf226a5daeb7b35c44030ac28c9" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud-deps" name="qrcodescanner" version="0.1.2.4">
Expand Down

0 comments on commit 453c367

Please sign in to comment.