From e2d521028b7f03201ebf80d16df855c805cb82bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 12:49:02 +0000 Subject: [PATCH] Bump androidx-lifecycle from 2.10.0-alpha06 to 2.10.0-alpha07 Bumps `androidx-lifecycle` from 2.10.0-alpha06 to 2.10.0-alpha07. Updates `org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose` from 2.10.0-alpha06 to 2.10.0-alpha07 - [Release notes](https://github.com/JetBrains/compose-jb/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-jb/commits) Updates `org.jetbrains.androidx.lifecycle:lifecycle-viewmodel` from 2.10.0-alpha06 to 2.10.0-alpha07 - [Release notes](https://github.com/JetBrains/compose-jb/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-jb/commits) Updates `org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose` from 2.10.0-alpha06 to 2.10.0-alpha07 - [Release notes](https://github.com/JetBrains/compose-jb/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-jb/commits) Updates `org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-navigation3` from 2.10.0-alpha06 to 2.10.0-alpha07 - [Release notes](https://github.com/JetBrains/compose-jb/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-jb/commits) --- updated-dependencies: - dependency-name: org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose dependency-version: 2.10.0-alpha07 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.androidx.lifecycle:lifecycle-viewmodel dependency-version: 2.10.0-alpha07 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose dependency-version: 2.10.0-alpha07 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-navigation3 dependency-version: 2.10.0-alpha07 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 52ee375b..5f282574 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ androidx-activity = "1.12.2" androidx-annotation = "1.9.1" androidx-documentfile = "1.1.0" androidx-exifinterface = "1.4.2" -androidx-lifecycle = "2.10.0-alpha06" +androidx-lifecycle = "2.10.0-alpha07" androidx-navigation3 = "1.0.0-alpha06" androidx-startup = "1.2.0" coilCompose = "3.3.0"