Skip to content

Commit

Permalink
Update dependencies (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 authored Apr 2, 2024
1 parent 21b35c7 commit 92e5e44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal object AppConfig {
internal const val minSdk = 21
internal const val targetSdk = 34
internal const val compileSdk = 34
internal const val androidXComposeCompiler = "1.5.10"
internal const val androidXComposeCompiler = "1.5.11"

// When changing this value, don't forget to also update the Detekt config in the root `build.gradle.kts` file
internal val javaVersion = JavaVersion.VERSION_17
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
accompanist = "0.34.0"
android-gradle-plugin = "8.3.0"
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-annotation = "1.7.1"
androidx-compose = "2024.02.02"
androidx-compose = "2024.03.00"
androidx-core = "1.12.0"
androidx-fragment = "1.6.2"
androidx-leanback = "1.0.0"
Expand All @@ -20,11 +20,11 @@ androidx-tv = "1.0.0-alpha10"
coil = "2.6.0"
comscore = "6.10.0"
dependency-analysis-gradle-plugin = "1.30.0"
detekt = "1.23.5"
detekt = "1.23.6"
guava = "32.1.3-android"
json = "20240303"
junit = "4.13.2"
kotlin = "1.9.22"
kotlin = "1.9.23"
kotlinx-coroutines = "1.8.0"
kotlinx-kover = "0.7.6"
kotlinx-serialization = "1.6.3"
Expand All @@ -33,9 +33,9 @@ mockk = "1.13.10"
okhttp = "4.12.0"
robolectric = "4.11.1"
srg-data-provider = "0.8.2"
tag-commander-core = "5.4.3"
tag-commander-server-side = "5.5.2"
turbine = "1.0.0"
tag-commander-core = "5.4.4"
tag-commander-server-side = "5.5.3"
turbine = "1.1.0"

[libraries]
accompanist-navigation-material = { module = "com.google.accompanist:accompanist-navigation-material", version.ref = "accompanist" }
Expand Down
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-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 92e5e44

Please sign in to comment.