Skip to content

Commit 3500ea8

Browse files
fix(deps): update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.9.2 (#708)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.lifecycle:lifecycle-livedata-ktx](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.2) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `2.9.1` -> `2.9.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.lifecycle:lifecycle-livedata-ktx/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.lifecycle:lifecycle-livedata-ktx/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nextcloud/android-common). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6456d32 commit 3500ea8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2667,6 +2667,11 @@
26672667
<sha256 value="b4675b960c43d8cb8695385e7192a0036860542a8b9d723aa56477c769f44874" origin="Generated by Gradle"/>
26682668
</artifact>
26692669
</component>
2670+
<component group="androidx.lifecycle" name="lifecycle-livedata" version="2.9.2">
2671+
<artifact name="lifecycle-livedata-2.9.2.aar">
2672+
<sha256 value="b6a96fe46acaf86a29560f2d96f2a330418eecef38658e5429b82d96d07a49a6" origin="Generated by Gradle"/>
2673+
</artifact>
2674+
</component>
26702675
<component group="androidx.lifecycle" name="lifecycle-livedata-core" version="2.3.1">
26712676
<artifact name="lifecycle-livedata-core-2.3.1.module">
26722677
<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.1'
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.9.1'
50+
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.2'
5151
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1'
5252
implementation project(path: ':ui')
5353
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)