Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent ee71811 commit cf60411
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
androidDesugarJdkLibs = "2.0.4"
androidGradlePlugin = "8.3.0"
androidGradlePlugin = "8.3.2"
androidxActivity = "1.8.2"
androidxAnnotation = "1.7.1"
androidxAppCompat = "1.6.1"
androidxComposeBom = "2024.02.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeBom = "2024.04.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeCompiler = "1.5.8" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin
androidxComposeRuntimeTracing = "1.0.0-beta01"
androidxCore = "1.12.0"
Expand All @@ -26,27 +26,27 @@ androidxTestRules = "1.5.0"
androidxTracing = "1.2.0"
androidxUiAutomator = "2.3.0"
androidxWork = "2.9.0"
firebaseBom = "32.7.3"
hilt = "2.51"
firebaseBom = "32.8.1"
hilt = "2.51.1"
hiltExt = "1.2.0"
junit4 = "4.13.2"
kotlin = "1.9.22"
kotlinxCoroutines = "1.8.0"
kotlinxDatetime = "0.5.0"
kotlinxSerializationJson = "1.6.3"
ksp = "1.9.22-1.0.18"
lint = "31.3.0"
lint = "31.3.2"
publishPlugin = "1.2.1"
markdown = "0.4.1"
leakcanary = "2.13"
mockk = "1.13.10"
slf4j = "2.0.12" # don't update
robolectric = "4.11.1"
material3 = "1.2.0"
material = "1.6.2"
robolectric = "4.12.1"
material3 = "1.2.1"
material = "1.6.5"

nordic-log = "2.3.0"
nordicPlugins = "1.11.1"
nordicPlugins = "2.0.1"
dokkaPlugin = "1.9.20"
googleServicesPlugins = "4.4.1"
firebaseCrashlyticsPlugins = "2.9.9"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit cf60411

Please sign in to comment.