mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
[deps]: Update gradle minor (#1266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
074de1e1b6
commit
20f7811b6a
1 changed files with 9 additions and 9 deletions
|
@ -7,7 +7,7 @@ targetSdk = "34"
|
|||
minSdk = "28"
|
||||
|
||||
# Dependency Versions
|
||||
androidGradlePlugin = "8.3.1"
|
||||
androidGradlePlugin = "8.3.2"
|
||||
androidxActivity = "1.8.2"
|
||||
androidXBiometrics = "1.2.0-alpha05"
|
||||
androidxBrowser = "1.8.0"
|
||||
|
@ -19,17 +19,17 @@ androidxLifecycle = "2.7.0"
|
|||
androidxNavigation = "2.7.7"
|
||||
androidxRoom = "2.6.1"
|
||||
androidXSecurityCrypto = "1.1.0-alpha06"
|
||||
androidxSplash = "1.1.0-alpha02"
|
||||
androidxSplash = "1.1.0-rc01"
|
||||
androidXAppCompat = "1.6.1"
|
||||
androdixAutofill = "1.1.0"
|
||||
androidxWork = "2.9.0"
|
||||
bitwardenSdk = "0.4.0-20240412.113052-206"
|
||||
crashlytics = "2.9.9"
|
||||
detekt = "1.23.5"
|
||||
firebaseBom = "32.8.0"
|
||||
detekt = "1.23.6"
|
||||
firebaseBom = "32.8.1"
|
||||
glide = "1.0.0-beta01"
|
||||
googleServices = "4.4.1"
|
||||
hilt = "2.50"
|
||||
hilt = "2.51.1"
|
||||
junit5 = "5.10.2"
|
||||
jvmTarget = "17"
|
||||
# kotlin and kotlinCompileExtensions **must** use compatible versions. Do not update either without
|
||||
|
@ -45,10 +45,10 @@ ksp = "1.9.23-1.0.19"
|
|||
mockk = "1.13.10"
|
||||
okhttp = "4.12.0"
|
||||
retrofitBom = "2.11.0"
|
||||
roboelectric = "4.11.1"
|
||||
turbine = "1.0.0"
|
||||
zxcvbn4j = "1.8.0"
|
||||
zxing = "3.5.2"
|
||||
roboelectric = "4.12.1"
|
||||
turbine = "1.1.0"
|
||||
zxcvbn4j = "1.9.0"
|
||||
zxing = "3.5.3"
|
||||
|
||||
[libraries]
|
||||
# Format: <maintainer>-<artifact-name>
|
||||
|
|
Loading…
Reference in a new issue