Skip to content

Commit 4f7f4d7

Browse files
Merge pull request #2637 from nextcloud/renovate/androidx.lifecycle-lifecycle-viewmodel-ktx-2.x
fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.9.0
2 parents 6b76de5 + be02baa commit 4f7f4d7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ dependencies {
123123
implementation 'androidx.core:core-ktx:1.16.0'
124124
implementation 'androidx.core:core-splashscreen:1.0.1'
125125
implementation 'androidx.fragment:fragment:1.8.6'
126-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
126+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0'
127127
implementation 'androidx.preference:preference:1.2.1'
128128
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
129129
implementation 'androidx.recyclerview:recyclerview:1.4.0'

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
<trusting group="androidx.core"/>
2828
<trusting group="androidx.databinding"/>
2929
<trusting group="androidx.fragment"/>
30+
<trusting group="androidx.lifecycle"/>
3031
<trusting group="androidx.room"/>
32+
<trusting group="androidx.savedstate"/>
3133
<trusting group="androidx.sqlite"/>
3234
<trusting group="androidx.work" name="work-runtime" version="2.10.1"/>
3335
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
@@ -163,6 +165,7 @@
163165
<trusting group="androidx.fragment"/>
164166
<trusting group="androidx.graphics"/>
165167
<trusting group="androidx.lifecycle"/>
168+
<trusting group="androidx.profileinstaller" name="profileinstaller" version="1.4.0"/>
166169
<trusting group="androidx.recyclerview"/>
167170
<trusting group="androidx.test"/>
168171
<trusting group="androidx.test.espresso" name="espresso-idling-resource" version="3.6.1"/>
@@ -1623,6 +1626,11 @@
16231626
<sha256 value="d72516cfce78bef654fe5df4c99b9dabd19780c95053268a6d5b4b0dda2d4323" origin="Generated by Gradle"/>
16241627
</artifact>
16251628
</component>
1629+
<component group="androidx.lifecycle" name="lifecycle-livedata" version="2.9.0">
1630+
<artifact name="lifecycle-livedata-2.9.0.aar">
1631+
<sha256 value="46382ddfba348db97846cfa81d67d72304dc156bb96224358b429fe748bc6ab4" origin="Generated by Gradle"/>
1632+
</artifact>
1633+
</component>
16261634
<component group="androidx.lifecycle" name="lifecycle-livedata-core" version="2.6.1">
16271635
<artifact name="lifecycle-livedata-core-2.6.1.module">
16281636
<sha256 value="e9c0dc3f0ac54419c0cfed8ff5cecb82943a7c58f7a54169f0d849b2c60a3552" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)