From ddedf69e8ded4a49ad46f8fd3322fc15574c7528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:07:04 +0000 Subject: [PATCH] build(deps): bump the androidx-runtime group across 1 directory with 5 updates Bumps the androidx-runtime group with 3 updates in the / directory: androidx.core:core-ktx, androidx.compose:compose-bom and androidx.hilt:hilt-navigation-compose. Updates `androidx.core:core-ktx` from 1.18.0 to 1.19.0 Updates `androidx.compose:compose-bom` from 2026.05.01 to 2026.06.01 Updates `androidx.hilt:hilt-navigation-compose` from 1.3.0 to 1.4.0 Updates `androidx.hilt:hilt-work` from 1.3.0 to 1.4.0 Updates `androidx.hilt:hilt-compiler` from 1.3.0 to 1.4.0 --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-runtime - dependency-name: androidx.compose:compose-bom dependency-version: 2026.06.01 dependency-type: direct:production dependency-group: androidx-runtime - dependency-name: androidx.hilt:hilt-navigation-compose dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-runtime - dependency-name: androidx.hilt:hilt-work dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-runtime - dependency-name: androidx.hilt:hilt-compiler dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx-runtime ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index be0a22a..7b8b322 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,11 @@ agp = "9.2.1" kotlin = "2.3.21" ksp = "2.3.2" -core-ktx = "1.18.0" +core-ktx = "1.19.0" lifecycle = "2.11.0" activity-compose = "1.13.0" livedata-compose = "1.11.2" -compose-bom = "2026.05.01" +compose-bom = "2026.06.01" navigation = "2.9.8" cameraX = "1.6.1" retrofit = "3.0.0" @@ -79,9 +79,9 @@ androidx-compose-foundation = { group = "androidx.compose.foundation", name = "f guava = { module = "com.google.guava:guava", version.ref = "guava" } hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" } hilt-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" } -hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version = "1.3.0" } -androidx-hilt-work = { group = "androidx.hilt", name = "hilt-work", version = "1.3.0" } -androidx-hilt-compiler = { group = "androidx.hilt", name = "hilt-compiler", version = "1.3.0" } +hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version = "1.4.0" } +androidx-hilt-work = { group = "androidx.hilt", name = "hilt-work", version = "1.4.0" } +androidx-hilt-compiler = { group = "androidx.hilt", name = "hilt-compiler", version = "1.4.0" } [plugins]