Skip to content

Commit 41cad9d

Browse files
committed
perf: update libs
1 parent a0a6b5e commit 41cad9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
kotlin = "2.2.21"
3-
ksp = "2.3.0"
3+
ksp = "2.3.2"
44
agp = "8.13.0"
55
compose = "1.9.4"
66
room = "2.8.3"
77
paging = "3.3.6"
8-
ktor = "3.3.1"
8+
ktor = "3.3.2"
99
atomicfu = "0.29.0"
1010
destinations = "2.3.0"
1111
coil = "3.3.0"
@@ -35,7 +35,7 @@ compose_junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref =
3535
compose_icons = "androidx.compose.material:material-icons-extended:1.7.8"
3636
compose_material3 = "androidx.compose.material3:material3:1.4.0"
3737
compose_activity = "androidx.activity:activity-compose:1.11.0"
38-
compose_navigation = "androidx.navigation:navigation-compose:2.9.5"
38+
compose_navigation = "androidx.navigation:navigation-compose:2.9.6"
3939
androidx_appcompat = "androidx.appcompat:appcompat:1.7.1"
4040
androidx_core_ktx = "androidx.core:core-ktx:1.17.0"
4141
androidx_lifecycle_runtime_ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.9.4"
@@ -47,7 +47,7 @@ androidx_room_runtime = { module = "androidx.room:room-runtime", version.ref = "
4747
androidx_room_compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
4848
androidx_room_ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
4949
androidx_room_paging = { module = "androidx.room:room-paging", version.ref = "room" }
50-
androidx_splashscreen = "androidx.core:core-splashscreen:1.0.1"
50+
androidx_splashscreen = "androidx.core:core-splashscreen:1.2.0"
5151
androidx_paging_runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging" }
5252
androidx_paging_compose = { module = "androidx.paging:paging-compose", version.ref = "paging" }
5353
google_accompanist_drawablepainter = "com.google.accompanist:accompanist-drawablepainter:0.37.3"
@@ -66,9 +66,9 @@ coil_gif = { module = "io.coil-kt.coil3:coil-gif", version.ref = "coil" }
6666
loc_annotation = { module = "li.songe.loc:loc-annotation", version.ref = "loc" }
6767
reorderable = "sh.calvin.reorderable:reorderable:3.0.0"
6868
exp4j = "net.objecthunter:exp4j:0.4.8"
69-
toaster = "com.github.getActivity:Toaster:13.6"
69+
toaster = "com.github.getActivity:Toaster:13.8"
7070
permissions = "com.github.getActivity:XXPermissions:26.5"
71-
json5 = "li.songe:json5:0.4.1"
71+
json5 = "li.songe:json5:0.5.0"
7272
utilcodex = "com.blankj:utilcodex:1.31.1"
7373
activityResultLauncher = "com.github.DylanCaiCoding:ActivityResultLauncher:1.1.2"
7474
kevinnzouWebview = "io.github.kevinnzou:compose-webview:0.33.6"

0 commit comments

Comments
 (0)