From 044ef9c3e8b947521e73b0a10ff71438cc6ede3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Sun, 3 Nov 2024 18:03:36 +0800 Subject: [PATCH] perf: update libs --- gradle/libs.versions.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e091189..924a65a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,12 +1,12 @@ [versions] kotlin = "2.0.21" ksp = "2.0.21-1.0.25" -android = "8.7.1" -compose = "1.7.4" +android = "8.7.2" +compose = "1.7.5" rikka = "4.4.0" room = "2.6.1" paging = "3.3.2" -ktor = "3.0.0" +ktor = "3.0.1" destinations = "2.1.0-beta14" coil = "2.7.0" 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_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_material3 = { module = "androidx.compose.material3:material3", version = "1.3.1" } 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" } +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.7" } 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" }