From 32d35ce63a150935f1c2fef5b4f27b7a064ab42f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 20:01:04 +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.9.2` | `2.9.3` | | androidx.lifecycle:lifecycle-livedata-ktx | `2.9.2` | `2.9.3` | | androidx.lifecycle:lifecycle-process | `2.9.2` | `2.9.3` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.9.2` | `2.9.3` | | androidx.lifecycle:lifecycle-service | `2.9.2` | `2.9.3` | Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.2 to 2.9.3 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.9.2 to 2.9.3 Updates `androidx.lifecycle:lifecycle-process` from 2.9.2 to 2.9.3 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.2 to 2.9.3 Updates `androidx.lifecycle:lifecycle-service` from 2.9.2 to 2.9.3 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-process dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-service dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch 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 126de2704..25e5833b8 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.7.0") implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") - implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2") - implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.9.2") - implementation("androidx.lifecycle:lifecycle-process:2.9.2") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.2") - implementation("androidx.lifecycle:lifecycle-service:2.9.2") + implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3") + implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.9.3") + implementation("androidx.lifecycle:lifecycle-process:2.9.3") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.3") + implementation("androidx.lifecycle:lifecycle-service:2.9.3") implementation("androidx.room:room-runtime:2.7.2") implementation("androidx.room:room-ktx:2.7.2") //we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs