From e07b0085ae4f6181f3d67335d86b5772db86f787 Mon Sep 17 00:00:00 2001 From: taku Date: Thu, 6 Jun 2024 22:00:26 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AA=E3=83=A9=E3=82=A4?= =?UTF-8?q?=E3=83=96=E3=83=A9=E3=83=AA=E3=81=AE=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AndroidApp/gradle/libs.versions.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/AndroidApp/gradle/libs.versions.toml b/AndroidApp/gradle/libs.versions.toml index 631d7ea0..b2726084 100644 --- a/AndroidApp/gradle/libs.versions.toml +++ b/AndroidApp/gradle/libs.versions.toml @@ -6,11 +6,10 @@ com-google-devtools-ksp = "1.9.22-1.0.16" com-jaredsburrows-license = "0.9.7" androidx-core = "1.13.1" androidx-appcompat = "1.7.0" -androidx-preference = "1.2.1" androidx-security = "1.1.0-alpha06" androidx-splashscreen = "1.0.1" androidx-compose-bom = "2024.05.00" -androidx-compose-compiler = "1.5.14" +androidx-compose-compiler = "1.5.14" # used in build-logic > Compose.kt androidx-compose-activity = "1.9.0" androidx-compose-viewmodel = "2.8.1" androidx-compose-navigation = "2.7.7" @@ -39,7 +38,6 @@ androidx-security-crypto = { module = "androidx.security:security-crypto", versi androidx-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "androidx-splashscreen" } # room androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "androidx-room" } -androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "androidx-room" } androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room" } # compose androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }