mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
chore: update dependency
This commit is contained in:
parent
670974c5c3
commit
eebcf242de
|
@ -1,6 +1,6 @@
|
|||
[versions]
|
||||
kotlin = "2.0.0"
|
||||
ksp = "2.0.0-1.0.22"
|
||||
kotlin = "2.0.10"
|
||||
ksp = "2.0.10-RC2-1.0.24"
|
||||
compileSdk = "34"
|
||||
targetSdk = "34"
|
||||
buildToolsVersion = "34.0.0"
|
||||
|
@ -9,7 +9,7 @@ android = "8.5.1"
|
|||
compose = "1.6.8"
|
||||
rikka = "4.4.0"
|
||||
room = "2.6.1"
|
||||
paging = "3.3.0"
|
||||
paging = "3.3.1"
|
||||
ktor = "2.3.12"
|
||||
hilt = "2.51.1"
|
||||
destinations = "1.10.2"
|
||||
|
@ -26,7 +26,7 @@ compose_tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "co
|
|||
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_material3 = { module = "androidx.compose.material3:material3", version = "1.2.1" }
|
||||
compose_activity = { module = "androidx.activity:activity-compose", version = "1.9.0" }
|
||||
compose_activity = { module = "androidx.activity:activity-compose", version = "1.9.1" }
|
||||
tencent_mmkv = { module = "com.tencent:mmkv", version = "1.3.7" }
|
||||
rikka_processor = { module = "dev.rikka.tools.refine:annotation-processor", version.ref = "rikka" }
|
||||
rikka_annotation = { module = "dev.rikka.tools.refine:annotation", version.ref = "rikka" }
|
||||
|
@ -39,7 +39,7 @@ others_jankson = { module = "blue.endless:jankson", version = "1.2.3" }
|
|||
others_floating_bubble_view = { module = "io.github.torrydo:floating-bubble-view", version = "0.6.5" }
|
||||
androidx_appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
|
||||
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.3" }
|
||||
androidx_lifecycle_runtime_ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.4" }
|
||||
androidx_junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
|
||||
androidx_espresso = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" }
|
||||
androidx_room_runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
||||
|
|
Loading…
Reference in New Issue
Block a user