Skip to content

Commit 4b21e0e

Browse files
Merge pull request #660 from nextcloud/renovate/androidx.lifecycle-lifecycle-livedata-ktx-2.x
fix(deps): update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.9.0
2 parents 754b9b3 + ec26d48 commit 4b21e0e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
<trusting group="androidx.constraintlayout"/>
6565
<trusting group="androidx.core"/>
6666
<trusting group="androidx.databinding"/>
67+
<trusting group="androidx.lifecycle"/>
68+
<trusting group="androidx.savedstate"/>
6769
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
6870
<trusting group="^com[.]android($|([.].*))" regex="true"/>
6971
</trusted-key>
@@ -2062,6 +2064,11 @@
20622064
<sha256 value="d72516cfce78bef654fe5df4c99b9dabd19780c95053268a6d5b4b0dda2d4323" origin="Generated by Gradle"/>
20632065
</artifact>
20642066
</component>
2067+
<component group="androidx.lifecycle" name="lifecycle-livedata" version="2.9.0">
2068+
<artifact name="lifecycle-livedata-2.9.0.aar">
2069+
<sha256 value="46382ddfba348db97846cfa81d67d72304dc156bb96224358b429fe748bc6ab4" origin="Generated by Gradle"/>
2070+
</artifact>
2071+
</component>
20652072
<component group="androidx.lifecycle" name="lifecycle-livedata-core" version="2.3.1">
20662073
<artifact name="lifecycle-livedata-core-2.3.1.module">
20672074
<sha256 value="b1e095d550d39a7d6c815761d6dbe3fd64eb31a39dc28146e78bbf2c01ba8f41" origin="Generated by Gradle" reason="Artifact is not signed"/>

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation 'androidx.appcompat:appcompat:1.7.0'
4848
implementation 'com.google.android.material:material:1.12.0'
4949
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
50-
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
50+
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.0'
5151
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
5252
implementation project(path: ':ui')
5353
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)