Skip to content

Commit 17b9b5f

Browse files
committed
[BOOK-259] chore: 사용하지 않는 라이브러리 의존성 제거
1 parent 958a988 commit 17b9b5f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ android-gradle-plugin = "8.9.3"
44

55
## AndroidX
66
androidx-core = "1.16.0"
7-
androidx-lifecycle = "2.9.2"
87
androidx-activity-compose = "1.10.1"
98
androidx-startup = "1.2.0"
109
androidx-splash = "1.0.1"
@@ -89,7 +88,6 @@ kotlin-gradle-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-p
8988
compose-compiler-gradle-plugin = { group = "org.jetbrains.kotlin", name = "compose-compiler-gradle-plugin", version.ref = "kotlin" }
9089

9190
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-core" }
92-
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
9391
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidx-activity-compose" }
9492
androidx-splash = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidx-splash" }
9593
androidx-startup = { group = "androidx.startup", name = "startup-runtime", version.ref = "androidx-startup" }

0 commit comments

Comments
 (0)