Skip to content

Commit 3d04378

Browse files
fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.9.4 (#767)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.lifecycle:lifecycle-viewmodel-ktx](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.4) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `2.9.3` -> `2.9.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.lifecycle:lifecycle-viewmodel-ktx/2.9.4?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.3/2.9.4?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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyIzLiB0byByZXZpZXciLCJkZXBlbmRlbmNpZXMiXX0=--> 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 3829f7d commit 3d04378

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
@@ -2990,6 +2990,11 @@
29902990
<sha256 value="7081d22a1417fa349d536c228ac393faf17cbec762ee90188408bacf6cdda90c" origin="Generated by Gradle"/>
29912991
</artifact>
29922992
</component>
2993+
<component group="androidx.lifecycle" name="lifecycle-livedata" version="2.9.4">
2994+
<artifact name="lifecycle-livedata-2.9.4.aar">
2995+
<sha256 value="f240c2c94a96d4a5eae5d379c2a8589d426a33b989d83ae9f0e01f69502c0181" origin="Generated by Gradle"/>
2996+
</artifact>
2997+
</component>
29932998
<component group="androidx.lifecycle" name="lifecycle-livedata-core" version="2.3.1">
29942999
<artifact name="lifecycle-livedata-core-2.3.1.module">
29953000
<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
@@ -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.3'
51-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3'
51+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4'
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)