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.5
This commit is contained in:
parent
02077df836
commit
32fefa4cbf
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.4'
|
||||
implementation 'androidx.fragment:fragment:1.8.5'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
|
||||
implementation 'androidx.preference:preference:1.2.1'
|
||||
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
|
||||
|
|
|
@ -773,6 +773,11 @@
|
|||
<sha256 value="3a7aaf157173f650d57d925d2f0581a99d5776f032eac6f83b5e85bcf83440e9" 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.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