Skip to content

Commit efab5aa

Browse files
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] <support@github.com>
1 parent 4423f53 commit efab5aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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.6.1")
457457
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
458-
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7")
459-
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.8.7")
460-
implementation("androidx.lifecycle:lifecycle-process:2.8.7")
461-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
462-
implementation("androidx.lifecycle:lifecycle-service:2.8.7")
458+
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1")
459+
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.9.1")
460+
implementation("androidx.lifecycle:lifecycle-process:2.9.1")
461+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.1")
462+
implementation("androidx.lifecycle:lifecycle-service:2.9.1")
463463
implementation("androidx.room:room-runtime:2.7.1")
464464
implementation("androidx.room:room-ktx:2.7.1")
465465
//we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs

0 commit comments

Comments
 (0)