mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 12:25:57 +03:00
fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.8.4
This commit is contained in:
parent
1634d57068
commit
53b06e166d
2 changed files with 6 additions and 1 deletions
|
@ -114,7 +114,7 @@ dependencies {
|
|||
implementation 'androidx.core:core-ktx:1.13.1'
|
||||
implementation 'androidx.core:core-splashscreen:1.0.1'
|
||||
implementation 'androidx.fragment:fragment:1.8.1'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.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'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
||||
|
|
|
@ -773,6 +773,11 @@
|
|||
<sha256 value="fdbf70620b48550ab23fcf04d9ee59123bf8c31db26016ca74d3332a79444aee" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.lifecycle" name="lifecycle-livedata" version="2.8.4">
|
||||
<artifact name="lifecycle-livedata-2.8.4.aar">
|
||||
<sha256 value="847f99ae15ba72997b322ae909014a162e6c8dcf32752e6173799d94e6cdab14" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.lifecycle" name="lifecycle-livedata-core" version="2.6.1">
|
||||
<artifact name="lifecycle-livedata-core-2.6.1.module">
|
||||
<sha256 value="e9c0dc3f0ac54419c0cfed8ff5cecb82943a7c58f7a54169f0d849b2c60a3552" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
|
|
Loading…
Reference in a new issue