Skip to content

Commit be02baa

Browse files
fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.9.0
1 parent efc44f6 commit be02baa

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
@@ -114,7 +114,7 @@ dependencies {
114114
implementation 'androidx.core:core-ktx:1.16.0'
115115
implementation 'androidx.core:core-splashscreen:1.0.1'
116116
implementation 'androidx.fragment:fragment:1.8.6'
117-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
117+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0'
118118
implementation 'androidx.preference:preference:1.2.1'
119119
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
120120
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
@@ -25,7 +25,9 @@
2525
<trusting group="androidx.core"/>
2626
<trusting group="androidx.databinding"/>
2727
<trusting group="androidx.fragment"/>
28+
<trusting group="androidx.lifecycle"/>
2829
<trusting group="androidx.room"/>
30+
<trusting group="androidx.savedstate"/>
2931
<trusting group="androidx.sqlite"/>
3032
<trusting group="androidx.work" name="work-runtime" version="2.10.1"/>
3133
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
@@ -159,6 +161,7 @@
159161
<trusting group="androidx.fragment"/>
160162
<trusting group="androidx.graphics"/>
161163
<trusting group="androidx.lifecycle"/>
164+
<trusting group="androidx.profileinstaller" name="profileinstaller" version="1.4.0"/>
162165
<trusting group="androidx.recyclerview"/>
163166
<trusting group="androidx.test"/>
164167
<trusting group="androidx.test.espresso" name="espresso-idling-resource" version="3.6.1"/>
@@ -1615,6 +1618,11 @@
16151618
<sha256 value="d72516cfce78bef654fe5df4c99b9dabd19780c95053268a6d5b4b0dda2d4323" origin="Generated by Gradle"/>
16161619
</artifact>
16171620
</component>
1621+
<component group="androidx.lifecycle" name="lifecycle-livedata" version="2.9.0">
1622+
<artifact name="lifecycle-livedata-2.9.0.aar">
1623+
<sha256 value="46382ddfba348db97846cfa81d67d72304dc156bb96224358b429fe748bc6ab4" origin="Generated by Gradle"/>
1624+
</artifact>
1625+
</component>
16181626
<component group="androidx.lifecycle" name="lifecycle-livedata-core" version="2.6.1">
16191627
<artifact name="lifecycle-livedata-core-2.6.1.module">
16201628
<sha256 value="e9c0dc3f0ac54419c0cfed8ff5cecb82943a7c58f7a54169f0d849b2c60a3552" origin="Generated by Gradle" reason="Artifact is not signed"/>

0 commit comments

Comments
 (0)