Commit c6cb5aad authored by dong's avatar dong

更新至0.5.0-11

parent 752a3751
......@@ -10,8 +10,6 @@ plugins {
alias(libs.plugins.androidApplication)
alias(libs.plugins.composeMultiplatform)
alias(libs.plugins.composeCompiler)
// 开启 kotlinx.serialization(用于 navigation 类型安全路由)
alias(libs.plugins.kotlinSerialization)
}
kotlin {
......
......@@ -23,7 +23,7 @@ kotlin.debug.generateLineNumbers=true
kotlin.debug.generateLocalVariables=true
ohosSkikoVersion=0.9.22.2-0.5.0-22
ohosSkikoVersion=0.9.22.2-0.5.0-23
# 统一渲染(fusion-renderer);自渲染用 skia
#rendererBackend=fusion-renderer
rendererBackend=skia
......
......@@ -23,12 +23,12 @@ junit = "4.13.2"
# Compose
compose = "1.9.4"
compose-material3 = "1.4.0"
composeMultiplatform = "1.9.2-0.5.0-22"
composeMultiplatform = "1.9.2-0.5.0-23"
# Kotlin & testing
kotlin = "2.2.21-0.5.0-10"
kotlinx-coroutines = "1.10.2-0.5.0-09"
atomicFu = "0.31.0-0.5.0-09"
kotlin = "2.2.21-0.5.0-11"
kotlinx-coroutines = "1.10.2-0.5.0-10"
atomicFu = "0.31.0-0.5.0-10"
......
......@@ -3,6 +3,8 @@ pluginManagement {
repositories {
// mavenLocal()
maven("https://maven.eazytec-cloud.com/nexus/repository/maven-public/")
google()
mavenCentral()
gradlePluginPortal()
}
}
......@@ -11,6 +13,8 @@ dependencyResolutionManagement {
repositories {
// mavenLocal()
maven("https://maven.eazytec-cloud.com/nexus/repository/maven-public/")
google()
mavenCentral()
}
}
......
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