Skip to content

Commit bd8416d

Browse files
Bump the androidx_lifecycle group with 5 updates (#3162)
Bumps the androidx_lifecycle group with 5 updates: | Package | From | To | | --- | --- | --- | | androidx.lifecycle:lifecycle-viewmodel-ktx | `2.9.4` | `2.10.0` | | androidx.lifecycle:lifecycle-livedata-ktx | `2.9.4` | `2.10.0` | | androidx.lifecycle:lifecycle-process | `2.9.4` | `2.10.0` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.9.4` | `2.10.0` | | androidx.lifecycle:lifecycle-service | `2.9.4` | `2.10.0` | Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-process` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-service` from 2.9.4 to 2.10.0 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.10.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.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-process dependency-version: 2.10.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.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx_lifecycle - dependency-name: androidx.lifecycle:lifecycle-service dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor 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 3cdf746 commit bd8416d

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
@@ -466,11 +466,11 @@ dependencies {
466466
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
467467
implementation("androidx.test.espresso:espresso-idling-resource:3.7.0")
468468
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
469-
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4")
470-
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.9.4")
471-
implementation("androidx.lifecycle:lifecycle-process:2.9.4")
472-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4")
473-
implementation("androidx.lifecycle:lifecycle-service:2.9.4")
469+
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0")
470+
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.10.0")
471+
implementation("androidx.lifecycle:lifecycle-process:2.10.0")
472+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0")
473+
implementation("androidx.lifecycle:lifecycle-service:2.10.0")
474474
implementation("androidx.room:room-runtime:2.8.4")
475475
implementation("androidx.room:room-ktx:2.8.4")
476476
//we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs

0 commit comments

Comments
 (0)