From 4d3cc6067c4bee5bfb7487ff333411c01e7a2ed5 Mon Sep 17 00:00:00 2001 From: tabidachinokaze Date: Wed, 17 Sep 2025 22:53:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BE=9D=E8=B5=96=E5=BA=93=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 3f0d25f..66730d9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,23 +1,23 @@ [versions] -agp = "8.12.2" -kotlin = "2.2.10" +agp = "8.13.0" +kotlin = "2.2.20" core-ktx = "1.17.0" junit = "4.13.2" androidx-test-ext-junit = "1.3.0" espresso-core = "3.7.0" lifecycle = "2.9.3" -activity-compose = "1.10.1" -compose-bom = "2025.08.01" +activity-compose = "1.11.0" +compose-bom = "2025.09.00" hilt = "2.57.1" -ksp = "2.2.10-2.0.2" +ksp = "2.2.20-2.0.3" google-services = "4.4.3" -navigation = "2.9.3" +navigation = "2.9.4" accompanist = "0.37.3" firebase-bom = "34.2.0" -hilt-navigation-compose = "1.2.0" -ktor = "3.2.3" +hilt-navigation-compose = "1.3.0" +ktor = "3.3.0" coil-bom = "3.3.0" -room = "2.7.2" +room = "2.8.0" appcenter = "5.0.6" okhttp = "5.1.0" tabler-icons = "1.1.1"