mirror of
https://github.com/bitwarden/android.git
synced 2024-11-24 10:25:57 +03:00
Update AndroidX dependencies (#1317)
This commit is contained in:
parent
b4b12f3da7
commit
5a6e3254ea
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@ minSdk = "28"
|
||||||
|
|
||||||
# Dependency Versions
|
# Dependency Versions
|
||||||
androidGradlePlugin = "8.3.2"
|
androidGradlePlugin = "8.3.2"
|
||||||
androidxActivity = "1.8.2"
|
androidxActivity = "1.9.0"
|
||||||
androidXBiometrics = "1.2.0-alpha05"
|
androidXBiometrics = "1.2.0-alpha05"
|
||||||
androidxBrowser = "1.8.0"
|
androidxBrowser = "1.8.0"
|
||||||
androidxCamera = "1.3.2"
|
androidxCamera = "1.3.3"
|
||||||
androidxComposeBom = "2024.04.01"
|
androidxComposeBom = "2024.04.01"
|
||||||
androidxCore = "1.12.0"
|
androidxCore = "1.13.0"
|
||||||
androidxHiltNavigationCompose = "1.2.0"
|
androidxHiltNavigationCompose = "1.2.0"
|
||||||
androidxLifecycle = "2.7.0"
|
androidxLifecycle = "2.7.0"
|
||||||
androidxNavigation = "2.7.7"
|
androidxNavigation = "2.7.7"
|
||||||
|
|
Loading…
Reference in a new issue