Update the Hilt and Androidx dependencies (#4954)

This commit is contained in:
David Perez
2025-04-01 16:40:22 -05:00
committed by GitHub
parent d3e14e8f52
commit a476436bff

View File

@@ -12,8 +12,8 @@ androidGradlePlugin = "8.9.1"
androidxActivity = "1.10.1"
androidXBiometrics = "1.2.0-alpha05"
androidxBrowser = "1.8.0"
androidxCamera = "1.4.1"
androidxComposeBom = "2025.03.00"
androidxCamera = "1.4.2"
androidxComposeBom = "2025.03.01"
androidxCore = "1.15.0"
# Versions >= 1.5.0-alpha05 introduce breaking changes and bugs that are not suitable for
# production. Do not update until https://issuetracker.google.com/issues/355141766 is resolved.
@@ -37,7 +37,7 @@ googleProtoBufJava = "4.30.1"
googleProtoBufPlugin = "0.9.4"
googleServices = "4.4.2"
googleReview = "2.0.2"
hilt = "2.55"
hilt = "2.56.1"
junit5 = "5.12.1"
jvmTarget = "17"
# kotlin and ksp **must** use compatible versions, do not update either without the other.