Update Androidx and Hilt dependencies (#5563)

This commit is contained in:
David Perez 2025-07-23 15:05:36 -05:00 committed by GitHub
parent 4f51507e4b
commit 79ad18877d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,12 +15,12 @@ androdixAutofill = "1.3.0"
androidxBiometrics = "1.2.0-alpha05" androidxBiometrics = "1.2.0-alpha05"
androidxBrowser = "1.8.0" androidxBrowser = "1.8.0"
androidxCamera = "1.4.2" androidxCamera = "1.4.2"
androidxComposeBom = "2025.06.01" androidxComposeBom = "2025.07.00"
androidxCore = "1.16.0" androidxCore = "1.16.0"
androidxCredentials = "1.5.0" androidxCredentials = "1.5.0"
androidxHiltNavigationCompose = "1.2.0" androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.9.1" androidxLifecycle = "2.9.2"
androidxNavigation = "2.9.1" androidxNavigation = "2.9.2"
androidxRoom = "2.7.2" androidxRoom = "2.7.2"
androidxSecurityCrypto = "1.1.0-beta01" androidxSecurityCrypto = "1.1.0-beta01"
androidxSplash = "1.1.0-rc01" androidxSplash = "1.1.0-rc01"
@ -35,7 +35,7 @@ googleProtoBufJava = "4.31.1"
googleProtoBufPlugin = "0.9.5" googleProtoBufPlugin = "0.9.5"
googleServices = "4.4.3" googleServices = "4.4.3"
googleReview = "2.0.2" googleReview = "2.0.2"
hilt = "2.56.2" hilt = "2.57"
junit5 = "5.13.3" junit5 = "5.13.3"
jvmTarget = "17" jvmTarget = "17"
# kotlin and ksp **must** use compatible versions, do not update either without the other. # kotlin and ksp **must** use compatible versions, do not update either without the other.