Skip to content

Commit

Permalink
[deps]: Update gradle minor (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 5263329 commit abbf656
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
[versions]

# SDK Versions
compileSdk = "34"
targetSdk = "34"
compileSdk = "35"
targetSdk = "35"
minSdk = "28"

# Dependency Versions
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
androidxActivity = "1.9.3"
androidXBiometrics = "1.2.0-alpha05"
androidxBrowser = "1.8.0"
androidxCamera = "1.3.4"
androidxCamera = "1.4.0"
androidxComposeBom = "2024.10.01"
androidxComposeUiTest = "1.7.4"
androidxCore = "1.13.1"
androidxComposeUiTest = "1.7.5"
androidxCore = "1.15.0"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.8.7"
androidxNavigation = "2.8.3"
Expand All @@ -25,7 +25,7 @@ androidxTest = "1.6.2"
androidxTestRules = "1.6.1"
androidXAppCompat = "1.7.0"
androdixAutofill = "1.1.0"
androidxWork = "2.9.1"
androidxWork = "2.10.0"
bitwardenSdk = "0.4.0-20240314.115913-173"
crashlytics = "3.0.2"
detekt = "1.23.7"
Expand Down

0 comments on commit abbf656

Please sign in to comment.