From 0e0fdcdff05b47deee9a0c04020154b3c9a471cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:06:41 +0000 Subject: [PATCH] deps(deps): bump the androidx-core group with 2 updates Bumps the androidx-core group with 2 updates: androidx.lifecycle:lifecycle-runtime-ktx and androidx.activity:activity-compose. Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.4 to 2.10.0 Updates `androidx.activity:activity-compose` from 1.11.0 to 1.12.0 --- updated-dependencies: - 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-core - dependency-name: androidx.activity:activity-compose dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-core ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a7043ed..4e83f75 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,8 +5,8 @@ coreKtx = "1.17.0" junit = "4.13.2" junitVersion = "1.3.0" espressoCore = "3.7.0" -lifecycleRuntimeKtx = "2.9.4" -activityCompose = "1.11.0" +lifecycleRuntimeKtx = "2.10.0" +activityCompose = "1.12.0" composeBom = "2025.09.01" hilt = "2.57.2" hilt-navigation-compose = "1.3.0"