mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
perf: update libs
This commit is contained in:
parent
3e884b57d6
commit
044ef9c3e8
|
@ -1,12 +1,12 @@
|
||||||
[versions]
|
[versions]
|
||||||
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.2"
|
||||||
compose = "1.7.4"
|
compose = "1.7.5"
|
||||||
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.1"
|
||||||
destinations = "2.1.0-beta14"
|
destinations = "2.1.0-beta14"
|
||||||
coil = "2.7.0"
|
coil = "2.7.0"
|
||||||
shizuku = "13.1.5"
|
shizuku = "13.1.5"
|
||||||
|
@ -30,12 +30,12 @@ compose_preview = { module = "androidx.compose.ui:ui-tooling-preview", version.r
|
||||||
compose_tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
compose_tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
||||||
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.1" }
|
||||||
compose_activity = { module = "androidx.activity:activity-compose", version = "1.9.3" }
|
compose_activity = { module = "androidx.activity:activity-compose", version = "1.9.3" }
|
||||||
compose_navigation = { module = "androidx.navigation:navigation-compose", version = "2.8.3" }
|
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.15.0" }
|
||||||
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.7" }
|
||||||
androidx_junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
|
androidx_junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
|
||||||
androidx_espresso = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" }
|
androidx_espresso = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" }
|
||||||
androidx_room_runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
androidx_room_runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user