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.4
This commit is contained in:
parent
e76eb7212b
commit
808e1838c6
2 changed files with 6 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.3'
|
||||
implementation 'androidx.fragment:fragment:1.8.4'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6'
|
||||
implementation 'androidx.preference:preference:1.2.1'
|
||||
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
|
||||
|
|
|
@ -766,6 +766,11 @@
|
|||
<sha256 value="67f34f197053fb465bad470cd3f0bf89be4f0ca12b7f7b7638b16d40e4c06d95" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.fragment" name="fragment" version="1.8.4">
|
||||
<artifact name="fragment-1.8.4.aar">
|
||||
<sha256 value="3a7aaf157173f650d57d925d2f0581a99d5776f032eac6f83b5e85bcf83440e9" 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