[BWA-45] Update Androidx Lifecycle components to fix runtime crash (#140)

This commit is contained in:
Patrick Honkonen 2024-07-01 17:09:33 -04:00 committed by GitHub
parent cff5c7b9a2
commit 9a72c0c8e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ androidxComposeBom = "2024.06.00"
androidxComposeUiTest = "1.6.8"
androidxCore = "1.13.1"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.8.2"
androidxLifecycle = "2.8.3"
androidxNavigation = "2.7.7"
androidxRoom = "2.6.1"
androidXSecurityCrypto = "1.1.0-alpha06"