From 79ad18877d5ae8236865117adb0e92c9a2b22fc9 Mon Sep 17 00:00:00 2001 From: David Perez Date: Wed, 23 Jul 2025 15:05:36 -0500 Subject: [PATCH] Update Androidx and Hilt dependencies (#5563) --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d833104495..7a77d97a97 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,12 +15,12 @@ androdixAutofill = "1.3.0" androidxBiometrics = "1.2.0-alpha05" androidxBrowser = "1.8.0" androidxCamera = "1.4.2" -androidxComposeBom = "2025.06.01" +androidxComposeBom = "2025.07.00" androidxCore = "1.16.0" androidxCredentials = "1.5.0" androidxHiltNavigationCompose = "1.2.0" -androidxLifecycle = "2.9.1" -androidxNavigation = "2.9.1" +androidxLifecycle = "2.9.2" +androidxNavigation = "2.9.2" androidxRoom = "2.7.2" androidxSecurityCrypto = "1.1.0-beta01" androidxSplash = "1.1.0-rc01" @@ -35,7 +35,7 @@ googleProtoBufJava = "4.31.1" googleProtoBufPlugin = "0.9.5" googleServices = "4.4.3" googleReview = "2.0.2" -hilt = "2.56.2" +hilt = "2.57" junit5 = "5.13.3" jvmTarget = "17" # kotlin and ksp **must** use compatible versions, do not update either without the other.