mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.8.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a05d638407
commit
cc79542099
2 changed files with 6 additions and 1 deletions
|
@ -288,7 +288,7 @@ dependencies {
|
||||||
implementation 'androidx.webkit:webkit:1.12.1'
|
implementation 'androidx.webkit:webkit:1.12.1'
|
||||||
implementation 'androidx.cardview:cardview:1.0.0'
|
implementation 'androidx.cardview:cardview:1.0.0'
|
||||||
implementation 'androidx.exifinterface:exifinterface:1.3.7'
|
implementation 'androidx.exifinterface:exifinterface:1.3.7'
|
||||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6"
|
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
|
||||||
implementation "androidx.lifecycle:lifecycle-service:2.8.6"
|
implementation "androidx.lifecycle:lifecycle-service:2.8.6"
|
||||||
implementation "androidx.work:work-runtime:$workRuntime"
|
implementation "androidx.work:work-runtime:$workRuntime"
|
||||||
implementation "androidx.work:work-runtime-ktx:$workRuntime"
|
implementation "androidx.work:work-runtime-ktx:$workRuntime"
|
||||||
|
|
|
@ -1993,6 +1993,11 @@
|
||||||
<sha256 value="fe096b3e7ab829c1467d44a41805f1a9de61926bbda9c7be42aa2e7fa2de11ae" origin="Generated by Gradle"/>
|
<sha256 value="fe096b3e7ab829c1467d44a41805f1a9de61926bbda9c7be42aa2e7fa2de11ae" origin="Generated by Gradle"/>
|
||||||
</artifact>
|
</artifact>
|
||||||
</component>
|
</component>
|
||||||
|
<component group="androidx.lifecycle" name="lifecycle-livedata" version="2.8.7">
|
||||||
|
<artifact name="lifecycle-livedata-2.8.7.aar">
|
||||||
|
<sha256 value="703634525a67b1c6beaaab4f980dfa0bacdf7e143d0b5d51f5ac0d9404400290" origin="Generated by Gradle"/>
|
||||||
|
</artifact>
|
||||||
|
</component>
|
||||||
<component group="androidx.lifecycle" name="lifecycle-livedata-core" version="2.0.0">
|
<component group="androidx.lifecycle" name="lifecycle-livedata-core" version="2.0.0">
|
||||||
<artifact name="lifecycle-livedata-core-2.0.0.aar">
|
<artifact name="lifecycle-livedata-core-2.0.0.aar">
|
||||||
<sha256 value="fde334ec7e22744c0f5bfe7caf1a84c9d717327044400577bdf9bd921ec4f7bc" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
<sha256 value="fde334ec7e22744c0f5bfe7caf1a84c9d717327044400577bdf9bd921ec4f7bc" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||||
|
|
Loading…
Reference in a new issue