Skip to content

Commit d80fdca

Browse files
authored
Compose version update for benchmarks (#5320)
## Release Notes N/A
1 parent c3da6fa commit d80fdca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/multiplatform/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
compose-multiplatform = "1.8.0-beta01"
2+
compose-multiplatform = "1.8.0"
33
kotlin = "2.1.20"
44
kotlinx-coroutines = "1.8.0"
55
kotlinx-serialization = "1.8.0"

benchmarks/showcases/LazyGridImageView/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ androidx-lifecycle = "2.8.4"
1212
androidx-material = "1.12.0"
1313
androidx-test-junit = "1.2.1"
1414
coilCompose = "3.1.0"
15-
compose-multiplatform = "1.8.0-rc01"
15+
compose-multiplatform = "1.8.0"
1616
junit = "4.13.2"
1717
kotlin = "2.1.20"
1818
kotlinx-coroutines = "1.10.1"

0 commit comments

Comments
 (0)