mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-15 19:22:26 +08:00
perf: update libs
This commit is contained in:
parent
770c6c9326
commit
9e6991452e
|
@ -2,12 +2,12 @@
|
||||||
kotlin = "2.0.21"
|
kotlin = "2.0.21"
|
||||||
ksp = "2.0.21-1.0.25"
|
ksp = "2.0.21-1.0.25"
|
||||||
android = "8.7.1"
|
android = "8.7.1"
|
||||||
compose = "1.7.3"
|
compose = "1.7.4"
|
||||||
rikka = "4.4.0"
|
rikka = "4.4.0"
|
||||||
room = "2.6.1"
|
room = "2.6.1"
|
||||||
paging = "3.3.2"
|
paging = "3.3.2"
|
||||||
ktor = "3.0.0"
|
ktor = "3.0.0"
|
||||||
destinations = "2.1.0-beta12"
|
destinations = "2.1.0-beta14"
|
||||||
coil = "2.7.0"
|
coil = "2.7.0"
|
||||||
shizuku = "13.1.5"
|
shizuku = "13.1.5"
|
||||||
|
|
||||||
|
@ -31,8 +31,8 @@ compose_tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "co
|
||||||
compose_junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
|
compose_junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
|
||||||
compose_icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
compose_icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
||||||
compose_material3 = { module = "androidx.compose.material3:material3", version = "1.3.0" }
|
compose_material3 = { module = "androidx.compose.material3:material3", version = "1.3.0" }
|
||||||
compose_activity = { module = "androidx.activity:activity-compose", version = "1.9.2" }
|
compose_activity = { module = "androidx.activity:activity-compose", version = "1.9.3" }
|
||||||
compose_navigation = { module = "androidx.navigation:navigation-compose", version = "2.8.2" }
|
compose_navigation = { module = "androidx.navigation:navigation-compose", version = "2.8.3" }
|
||||||
androidx_appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
|
androidx_appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
|
||||||
androidx_core_ktx = { module = "androidx.core:core-ktx", version = "1.13.1" }
|
androidx_core_ktx = { module = "androidx.core:core-ktx", version = "1.13.1" }
|
||||||
androidx_lifecycle_runtime_ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.6" }
|
androidx_lifecycle_runtime_ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.6" }
|
||||||
|
@ -47,7 +47,7 @@ androidx_paging_runtime = { module = "androidx.paging:paging-runtime", version.r
|
||||||
androidx_paging_compose = { module = "androidx.paging:paging-compose", version.ref = "paging" }
|
androidx_paging_compose = { module = "androidx.paging:paging-compose", version.ref = "paging" }
|
||||||
google_accompanist_drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version = "0.36.0" }
|
google_accompanist_drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version = "0.36.0" }
|
||||||
junit = { module = "junit:junit", version = "4.13.2" }
|
junit = { module = "junit:junit", version = "4.13.2" }
|
||||||
tencent_mmkv = { module = "com.tencent:mmkv", version = "1.3.9" }
|
tencent_mmkv = { module = "com.tencent:mmkv", version = "2.0.0" }
|
||||||
rikka_processor = { module = "dev.rikka.tools.refine:annotation-processor", version.ref = "rikka" }
|
rikka_processor = { module = "dev.rikka.tools.refine:annotation-processor", version.ref = "rikka" }
|
||||||
rikka_annotation = { module = "dev.rikka.tools.refine:annotation", version.ref = "rikka" }
|
rikka_annotation = { module = "dev.rikka.tools.refine:annotation", version.ref = "rikka" }
|
||||||
rikka_shizuku_api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
|
rikka_shizuku_api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
|
||||||
|
@ -57,13 +57,13 @@ destinations_core = { module = "io.github.raamcosta.compose-destinations:core",
|
||||||
destinations_ksp = { module = "io.github.raamcosta.compose-destinations:ksp", version.ref = "destinations" }
|
destinations_ksp = { module = "io.github.raamcosta.compose-destinations:ksp", version.ref = "destinations" }
|
||||||
coil_compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
coil_compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
|
||||||
coil_gif = { module = "io.coil-kt:coil-gif", version.ref = "coil" }
|
coil_gif = { module = "io.coil-kt:coil-gif", version.ref = "coil" }
|
||||||
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.3.3" }
|
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.4.0" }
|
||||||
exp4j = { module = "net.objecthunter:exp4j", version = "0.4.8" }
|
exp4j = { module = "net.objecthunter:exp4j", version = "0.4.8" } # deprecated, replaced by kotlin
|
||||||
toaster = { module = "com.github.getActivity:Toaster", version = "12.6" }
|
toaster = { module = "com.github.getActivity:Toaster", version = "12.6" }
|
||||||
permissions = { module = "com.github.getActivity:XXPermissions", version = "18.63" }
|
permissions = { module = "com.github.getActivity:XXPermissions", version = "18.63" }
|
||||||
json5 = { module = "li.songe:json5", version = "0.0.1" }
|
json5 = { module = "li.songe:json5", version = "0.0.1" }
|
||||||
utilcodex = { module = "com.blankj:utilcodex", version = "1.31.1" }
|
utilcodex = { module = "com.blankj:utilcodex", version = "1.31.1" } # deprecated
|
||||||
activityResultLauncher = { module = "com.github.DylanCaiCoding:ActivityResultLauncher", version = "1.1.2" }
|
activityResultLauncher = { module = "com.github.DylanCaiCoding:ActivityResultLauncher", version = "1.1.2" } # deprecated
|
||||||
floatingBubbleView = { module = "io.github.torrydo:floating-bubble-view", version = "0.6.5" }
|
floatingBubbleView = { module = "io.github.torrydo:floating-bubble-view", version = "0.6.5" }
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user