Skip to content

Commit bd6e68c

Browse files
authored
Merge pull request #209 from mikepenz/feature/upgrade_dependencies_20240916
Upgrade dependencies | Compose 1.7.1 / 1.7.0-beta02 | Highlights 0.9.2
2 parents beb6d21 + 33f2e2f commit bd6e68c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ kotlin.js.compiler=both
3030

3131
kotlin.mpp.stability.nowarn=true
3232
kotlin.mpp.androidSourceSetLayoutVersion=2
33+
kotlin.suppressGradlePluginWarnings=IncorrectCompileOnlyDependencyWarning
3334

3435
org.jetbrains.compose.experimental.wasm.enabled=true
3536
org.jetbrains.compose.experimental.uikit.enabled=true

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ minSdk = "21"
55
targetSdk = "34"
66
androidx-activityCompose = "1.9.2"
77
androidx-material = "1.12.0"
8-
compose = "1.7.0"
9-
compose-plugin = "1.7.0-beta01"
8+
compose = "1.7.1"
9+
compose-plugin = "1.7.0-beta02"
1010
kotlin = "2.0.20"
11-
coroutines = "1.8.1"
11+
coroutines = "1.9.0"
1212
dokka = "1.9.20"
1313
coil = "3.0.0-alpha10"
1414
coil2 = "2.7.0"
1515
aboutlib = "11.2.3"
1616
markdown = "0.7.3"
17-
detekt = "1.23.6"
17+
detekt = "1.23.7"
1818
gradleMvnPublish = "0.29.0"
19-
screenshot = "0.0.1-alpha06"
20-
ktor = "3.0.0-beta-2"
21-
highlights = "0.9.1"
19+
screenshot = "0.0.1-alpha07"
20+
ktor = "3.0.0-rc-1"
21+
highlights = "0.9.2"
2222

2323
[libraries]
2424
androidx-material = { group = "com.google.android.material", name = "material", version.ref = "androidx-material" }

0 commit comments

Comments
 (0)