Skip to content

Commit 5eab3ad

Browse files
Bump the androidx_lifecycle group with 5 updates (#3100)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Den <DenBond7@gmail.com>
1 parent 6070897 commit 5eab3ad

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,11 @@ dependencies {
455455
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
456456
implementation("androidx.test.espresso:espresso-idling-resource:3.7.0")
457457
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
458-
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2")
459-
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.9.2")
460-
implementation("androidx.lifecycle:lifecycle-process:2.9.2")
461-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.2")
462-
implementation("androidx.lifecycle:lifecycle-service:2.9.2")
458+
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3")
459+
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.9.3")
460+
implementation("androidx.lifecycle:lifecycle-process:2.9.3")
461+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.3")
462+
implementation("androidx.lifecycle:lifecycle-service:2.9.3")
463463
implementation("androidx.room:room-runtime:2.7.2")
464464
implementation("androidx.room:room-ktx:2.7.2")
465465
//we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs

0 commit comments

Comments
 (0)