Commit 3754154c authored by dsq's avatar dsq

适配0.2.0-12

parent 68e471e9
...@@ -157,7 +157,7 @@ dependencies { ...@@ -157,7 +157,7 @@ dependencies {
// OHOS 渲染模式二选一:自渲染(Skia)或统一渲染(ohrender)。切换时只保留其一,另一行注释掉。 // OHOS 渲染模式二选一:自渲染(Skia)或统一渲染(ohrender)。切换时只保留其一,另一行注释掉。
compose { compose {
ohos { ohos {
skia("0.9.22.2-0.1.1") // 自渲染:Compose 用 Skia 自绘 skia("0.9.22.2-0.2.0-05") // 自渲染:Compose 用 Skia 自绘
// ohrender("0.9.22.2-0.1.0") // 统一渲染:与 ArkUI 统一渲染管线;启用时注释上一行 // ohrender("0.9.22.2-0.1.0") // 统一渲染:与 ArkUI 统一渲染管线;启用时注释上一行
} }
} }
......
...@@ -19,13 +19,13 @@ androidx-testExt = "1.3.0" ...@@ -19,13 +19,13 @@ androidx-testExt = "1.3.0"
# Compose # Compose
compose = "1.9.4" compose = "1.9.4"
compose-material3 = "1.4.0" compose-material3 = "1.4.0"
composeMultiplatform = "1.9.2-0.2.0-03" composeMultiplatform = "1.9.2-0.2.0-04"
# Kotlin & testing # Kotlin & testing
junit = "4.13.2" junit = "4.13.2"
kotlin = "2.2.21-0.2.0-09" kotlin = "2.2.21-0.2.0-12"
kotlinx-coroutines = "1.10.2-0.2.0-01" kotlinx-coroutines = "1.10.2-0.2.0-02"
atomicFu = "0.31.0-0.2.0-02" atomicFu = "0.31.0-0.2.0-03"
[libraries] [libraries]
# ----- Testing ----- # ----- Testing -----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment