Skip to content

Commit 696c235

Browse files
fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.10.0 (#822)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.lifecycle:lifecycle-viewmodel-ktx](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.10.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `2.9.4` -> `2.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.lifecycle:lifecycle-viewmodel-ktx/2.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.lifecycle:lifecycle-viewmodel-ktx/2.9.4/2.10.0?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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> 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 eb94286 commit 696c235

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
@@ -3525,6 +3525,11 @@
35253525
<sha256 value="a84842ffc0f14e518db75c05cc112680a8a4a164fa78395be32d88304a439423" origin="Generated by Gradle" reason="Artifact is not signed"/>
35263526
</artifact>
35273527
</component>
3528+
<component group="androidx.lifecycle" name="lifecycle-livedata" version="2.10.0">
3529+
<artifact name="lifecycle-livedata-2.10.0.aar">
3530+
<sha256 value="3e8c009fc88da1c52e4ed05a81269d5ac9bd405046f300307f5e3a17e201a6df" origin="Generated by Gradle"/>
3531+
</artifact>
3532+
</component>
35283533
<component group="androidx.lifecycle" name="lifecycle-livedata" version="2.6.1">
35293534
<artifact name="lifecycle-livedata-2.6.1.aar">
35303535
<sha256 value="67359f609dfc2bf65da1270b23033f856064ec279f058e0a70c715f7c9003031" 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
@@ -48,7 +48,7 @@ dependencies {
4848
implementation 'com.google.android.material:material:1.13.0'
4949
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
5050
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.4'
51-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4'
51+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0'
5252
implementation project(path: ':ui')
5353
testImplementation 'junit:junit:4.13.2'
5454
androidTestImplementation 'androidx.test.ext:junit:1.3.0'

0 commit comments

Comments
 (0)