From 9e6991452e2f8469396925dccd565ce35c37c587 Mon Sep 17 00:00:00 2001 From: lisonge Date: Tue, 22 Oct 2024 21:58:09 +0800 Subject: [PATCH] perf: update libs --- gradle/libs.versions.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c015a10..e091189 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,12 +2,12 @@ kotlin = "2.0.21" ksp = "2.0.21-1.0.25" android = "8.7.1" -compose = "1.7.3" +compose = "1.7.4" rikka = "4.4.0" room = "2.6.1" paging = "3.3.2" ktor = "3.0.0" -destinations = "2.1.0-beta12" +destinations = "2.1.0-beta14" coil = "2.7.0" 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_icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" } compose_material3 = { module = "androidx.compose.material3:material3", version = "1.3.0" } -compose_activity = { module = "androidx.activity:activity-compose", version = "1.9.2" } -compose_navigation = { module = "androidx.navigation:navigation-compose", version = "2.8.2" } +compose_activity = { module = "androidx.activity:activity-compose", version = "1.9.3" } +compose_navigation = { module = "androidx.navigation:navigation-compose", version = "2.8.3" } 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.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" } google_accompanist_drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version = "0.36.0" } 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_annotation = { module = "dev.rikka.tools.refine:annotation", version.ref = "rikka" } 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" } coil_compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" } coil_gif = { module = "io.coil-kt:coil-gif", version.ref = "coil" } -reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.3.3" } -exp4j = { module = "net.objecthunter:exp4j", version = "0.4.8" } +reorderable = { module = "sh.calvin.reorderable:reorderable", version = "2.4.0" } +exp4j = { module = "net.objecthunter:exp4j", version = "0.4.8" } # deprecated, replaced by kotlin toaster = { module = "com.github.getActivity:Toaster", version = "12.6" } permissions = { module = "com.github.getActivity:XXPermissions", version = "18.63" } json5 = { module = "li.songe:json5", version = "0.0.1" } -utilcodex = { module = "com.blankj:utilcodex", version = "1.31.1" } -activityResultLauncher = { module = "com.github.DylanCaiCoding:ActivityResultLauncher", version = "1.1.2" } +utilcodex = { module = "com.blankj:utilcodex", version = "1.31.1" } # deprecated +activityResultLauncher = { module = "com.github.DylanCaiCoding:ActivityResultLauncher", version = "1.1.2" } # deprecated floatingBubbleView = { module = "io.github.torrydo:floating-bubble-view", version = "0.6.5" } [plugins]