File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
build-logic/plugins/src/main/java/ch/srgssr/pillarbox/gradle/internal Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ internal object AppConfig {
1010 internal const val minSdk = 21
1111 internal const val targetSdk = 34
1212 internal const val compileSdk = 34
13- internal const val androidXComposeCompiler = " 1.5.10 "
13+ internal const val androidXComposeCompiler = " 1.5.11 "
1414
1515 // When changing this value, don't forget to also update the Detekt config in the root `build.gradle.kts` file
1616 internal val javaVersion = JavaVersion .VERSION_17
Original file line number Diff line number Diff line change 11[versions ]
22accompanist = " 0.34.0"
3- android-gradle-plugin = " 8.3.0 "
3+ android-gradle-plugin = " 8.3.1 "
44androidx-activity = " 1.8.2"
55androidx-annotation = " 1.7.1"
6- androidx-compose = " 2024.02.02 "
6+ androidx-compose = " 2024.03.00 "
77androidx-core = " 1.12.0"
88androidx-fragment = " 1.6.2"
99androidx-leanback = " 1.0.0"
@@ -20,11 +20,11 @@ androidx-tv = "1.0.0-alpha10"
2020coil = " 2.6.0"
2121comscore = " 6.10.0"
2222dependency-analysis-gradle-plugin = " 1.30.0"
23- detekt = " 1.23.5 "
23+ detekt = " 1.23.6 "
2424guava = " 32.1.3-android"
2525json = " 20240303"
2626junit = " 4.13.2"
27- kotlin = " 1.9.22 "
27+ kotlin = " 1.9.23 "
2828kotlinx-coroutines = " 1.8.0"
2929kotlinx-kover = " 0.7.6"
3030kotlinx-serialization = " 1.6.3"
@@ -33,9 +33,9 @@ mockk = "1.13.10"
3333okhttp = " 4.12.0"
3434robolectric = " 4.11.1"
3535srg-data-provider = " 0.8.2"
36- tag-commander-core = " 5.4.3 "
37- tag-commander-server-side = " 5.5.2 "
38- turbine = " 1.0 .0"
36+ tag-commander-core = " 5.4.4 "
37+ tag-commander-server-side = " 5.5.3 "
38+ turbine = " 1.1 .0"
3939
4040[libraries ]
4141accompanist-navigation-material = { module = " com.google.accompanist:accompanist-navigation-material" , version.ref = " accompanist" }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -all.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments