mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 04:46:04 +03:00
Merge pull request #2242 from nextcloud/renovate/androidx.fragment-fragment-1.x
fix(deps): update dependency androidx.fragment:fragment to v1.8.0
This commit is contained in:
commit
37526da15c
2 changed files with 6 additions and 1 deletions
|
@ -109,7 +109,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.7.1'
|
||||
implementation 'androidx.fragment:fragment:1.8.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2'
|
||||
implementation 'androidx.preference:preference:1.2.1'
|
||||
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
|
||||
|
|
|
@ -706,6 +706,11 @@
|
|||
<sha256 value="7ddebe9d830a04963733dcb340cab4bac1e69dfca797a6d59aa7bc56282150af" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.fragment" name="fragment" version="1.8.0">
|
||||
<artifact name="fragment-1.8.0.aar">
|
||||
<sha256 value="7ff14d11a3167a854ac12e62aa6b5a68d230821664199244d1563cf30b5c6fd0" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.interpolator" name="interpolator" version="1.0.0">
|
||||
<artifact name="interpolator-1.0.0.aar">
|
||||
<sha256 value="33193135a64fe21fa2c35eec6688f1a76e512606c0fc83dc1b689e37add7732a" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
|
|
Loading…
Reference in a new issue