From 0394f8c63aa363c599981319efe9fc8a562eb77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:42:33 +0000 Subject: [PATCH] chore(deps): bump the androidx group with 6 updates Bumps the androidx group with 6 updates: | Package | From | To | | --- | --- | --- | | androidx.room:room-common | `2.8.3` | `2.8.4` | | androidx.room:room-runtime | `2.8.3` | `2.8.4` | | androidx.room:room-compiler | `2.8.3` | `2.8.4` | | androidx.lifecycle:lifecycle-viewmodel | `2.9.4` | `2.10.0` | | androidx.lifecycle:lifecycle-livedata | `2.9.4` | `2.10.0` | | androidx.lifecycle:lifecycle-common-java8 | `2.9.4` | `2.10.0` | Updates `androidx.room:room-common` from 2.8.3 to 2.8.4 Updates `androidx.room:room-runtime` from 2.8.3 to 2.8.4 Updates `androidx.room:room-compiler` from 2.8.3 to 2.8.4 Updates `androidx.lifecycle:lifecycle-viewmodel` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-livedata` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-common-java8` from 2.9.4 to 2.10.0 --- updated-dependencies: - dependency-name: androidx.room:room-common dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx - dependency-name: androidx.room:room-runtime dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx - dependency-name: androidx.room:room-compiler dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx - dependency-name: androidx.lifecycle:lifecycle-viewmodel dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.lifecycle:lifecycle-livedata dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.lifecycle:lifecycle-common-java8 dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx ... Signed-off-by: dependabot[bot] --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0810300..0bc5a14 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,14 +52,14 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.work:work-runtime:2.11.0' - implementation 'androidx.room:room-common:2.8.3' - implementation 'androidx.room:room-runtime:2.8.3' - annotationProcessor 'androidx.room:room-compiler:2.8.3' + implementation 'androidx.room:room-common:2.8.4' + implementation 'androidx.room:room-runtime:2.8.4' + annotationProcessor 'androidx.room:room-compiler:2.8.4' // Added for MVVM architecture - implementation 'androidx.lifecycle:lifecycle-viewmodel:2.9.4' - implementation 'androidx.lifecycle:lifecycle-livedata:2.9.4' - implementation 'androidx.lifecycle:lifecycle-common-java8:2.9.4' + implementation 'androidx.lifecycle:lifecycle-viewmodel:2.10.0' + implementation 'androidx.lifecycle:lifecycle-livedata:2.10.0' + implementation 'androidx.lifecycle:lifecycle-common-java8:2.10.0' // Added for RecyclerView and SwipeRefreshLayout implementation 'androidx.recyclerview:recyclerview:1.4.0'