From dfa133c267b1d6161e1bfd8a2210dd8b76531981 Mon Sep 17 00:00:00 2001 From: xihan123 Date: Thu, 7 Sep 2023 21:28:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xihan123 --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2323394..a4beee3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,13 +2,13 @@ agp = "8.1.1" kotlin = "1.9.10" ksp = "1.9.10-1.0.13" -activity = "1.8.0-alpha07" +activity = "1.8.0-beta01" yuki = "1.1.11" compose-compiler = "1.5.3-dev-k1.9.10-593b4c95fce" [libraries] junit = { group = "junit", name = "junit", version = "4.13.2" } -core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0-rc01" } +core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" } appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0-alpha03" } kotlin-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.0" } fast-json = { module = "com.alibaba.fastjson2:fastjson2-kotlin", version = "2.0.40" } @@ -23,13 +23,13 @@ yukihook-ksp = { module = "com.highcapable.yukihookapi:ksp-xposed", version.ref xposed-api = { module = "de.robv.android.xposed:api", version = "82" } #htmlunit = { module = "org.htmlunit:htmlunit3-android", version = "3.5.0" } #dexkit = { module = "org.luckypray:DexKit", version = "1.1.8" } -compose-bom = { module = "dev.chrisbanes.compose:compose-bom", version = "2023.09.00-alpha03" } +compose-bom = { module = "dev.chrisbanes.compose:compose-bom", version = "2023.10.00-alpha01" } ui = { group = "androidx.compose.ui", name = "ui" } ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } foundation = { group = "androidx.compose.foundation", name = "foundation" } runtime = { group = "androidx.compose.runtime", name = "runtime" } animation = { group = "androidx.compose.animation", name = "animation" } -navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.7.1" } +navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.7.2" } activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" } #activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" } material3 = { group = "androidx.compose.material3", name = "material3" }