Skip to content

Commit

Permalink
chore: 更新依赖库
Browse files Browse the repository at this point in the history
Signed-off-by: xihan123 <srxqzxs@vip.qq.com>
  • Loading branch information
xihan123 committed Sep 7, 2023
1 parent 38309d8 commit dfa133c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -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" }
Expand Down

0 comments on commit dfa133c

Please sign in to comment.