From efab5aa9979b84edded108e83cd9953404dfe4e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 20:42:44 +0000 Subject: [PATCH] Bump the androidx_lifecycle group with 5 updates Bumps the androidx_lifecycle group with 5 updates: | Package | From | To | | --- | --- | --- | | androidx.lifecycle:lifecycle-viewmodel-ktx | `2.8.7` | `2.9.0` | | androidx.lifecycle:lifecycle-livedata-ktx | `2.8.7` | `2.9.0` | | androidx.lifecycle:lifecycle-process | `2.8.7` | `2.9.0` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.8.7` | `2.9.0` | | androidx.lifecycle:lifecycle-service | `2.8.7` | `2.9.0` | Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.8.7 to 2.9.0 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.8.7 to 2.9.0 Updates `androidx.lifecycle:lifecycle-process` from 2.8.7 to 2.9.0 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.7 to 2.9.0 Updates `androidx.lifecycle:lifecycle-service` from 2.8.7 to 2.9.0 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-process dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-service dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx_lifecycle ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index b66ca6e4c..1a07ee514 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -455,11 +455,11 @@ dependencies { implementation("androidx.constraintlayout:constraintlayout:2.2.1") implementation("androidx.test.espresso:espresso-idling-resource:3.6.1") implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") - implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7") - implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.8.7") - implementation("androidx.lifecycle:lifecycle-process:2.8.7") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") - implementation("androidx.lifecycle:lifecycle-service:2.8.7") + implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1") + implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.9.1") + implementation("androidx.lifecycle:lifecycle-process:2.9.1") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.1") + implementation("androidx.lifecycle:lifecycle-service:2.9.1") implementation("androidx.room:room-runtime:2.7.1") implementation("androidx.room:room-ktx:2.7.1") //we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs