Skip to content

Commit

Permalink
chore: 更新依赖库
Browse files Browse the repository at this point in the history
  • Loading branch information
xihan123 committed Jul 27, 2023
1 parent 258d1c1 commit 831fe60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.0.2"
agp = "8.1.0"
kotlin = "1.9.0"
ksp = "1.9.0-1.0.11"
ksp = "1.9.0-1.0.12"
hilt = "2.47"
orbit = "6.0.0"
hilt-androidx = "1.0.0"
Expand All @@ -16,10 +16,10 @@ yuki = "1.1.11"

[libraries]
multidex = { module = "androidx.multidex:multidex", version = "2.0.1" }
core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0-alpha05" }
appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0-alpha02" }
core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0-beta01" }
appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0-alpha03" }
kotlin-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.5.1" }
fast-json = { module = "com.alibaba.fastjson2:fastjson2-kotlin", version = "2.0.34" }
fast-json = { module = "com.alibaba.fastjson2:fastjson2-kotlin", version = "2.0.37" }

lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
Expand Down

0 comments on commit 831fe60

Please sign in to comment.