Skip to content

Commit

Permalink
不要なライブラリの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkNktq committed Jun 6, 2024
1 parent dba6519 commit e07b008
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions AndroidApp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit e07b008

Please sign in to comment.