mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 12:25:57 +03:00
fix(deps): update dependency androidx.fragment:fragment to v1.8.3
This commit is contained in:
parent
12a8d0598f
commit
4cffc29537
2 changed files with 7 additions and 1 deletions
|
@ -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.2'
|
||||
implementation 'androidx.fragment:fragment:1.8.3'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4'
|
||||
implementation 'androidx.preference:preference:1.2.1'
|
||||
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
<trusting group="com.vanniktech"/>
|
||||
<trusting group="com.vanniktech" name="ui-android" version="0.9.0"/>
|
||||
</trusted-key>
|
||||
<trusted-key id="4021EEEAFF5DE8404DCD0A270AA3E5C3D232E79B" group="jakarta.inject" name="jakarta.inject-api" version="2.0.1"/>
|
||||
<trusted-key id="44FBDBBC1A00FE414F1C1873586654072EAD6677" group="org.sonatype.oss" name="oss-parent" version="9"/>
|
||||
<trusted-key id="474DA67C32063DCA7FFE9CB5760F395DC40D55A7" group="^io[.]noties($|([.].*))" regex="true"/>
|
||||
<trusted-key id="47504B76CF89C15C0512D9AFE16AB52D79FD224F">
|
||||
|
@ -739,6 +740,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.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"/>
|
||||
|
|
Loading…
Reference in a new issue