Skip to content

Commit fae7148

Browse files
committed
[BOOK-155] chore: 라이브러리 버전 최신화
1 parent bc7464b commit fae7148

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

gradle/libs.versions.toml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
11
[versions]
22
## Android gradle plugin
3-
android-gradle-plugin = "8.9.1"
3+
android-gradle-plugin = "8.9.3"
44

55
## AndroidX
66
androidx-core = "1.16.0"
7-
androidx-lifecycle = "2.9.1"
8-
appcompat = "1.7.1"
7+
androidx-lifecycle = "2.9.2"
98
androidx-activity-compose = "1.10.1"
109
androidx-startup = "1.2.0"
1110
androidx-splash = "1.0.1"
1211
androidx-datastore = "1.1.7"
1312

1413
## Compose
15-
androidx-compose-bom = "2025.06.00"
16-
androidx-compose-material3 = "1.4.0-alpha15"
14+
androidx-compose-bom = "2025.07.00"
15+
androidx-compose-material3 = "1.4.0-alpha18"
1716
compose-stable-marker = "1.0.6"
1817
compose-effects = "0.1.1"
1918
compose-shadow = "2.0.4"
2019

2120
## Kotlin Symbol Processing
22-
ksp = "2.1.21-2.0.1"
21+
ksp = "2.2.0-2.0.2"
2322

2423
## Kotlin
25-
kotlin = "2.1.21"
24+
kotlin = "2.2.0"
2625
kotlinx-coroutines = "1.10.2"
27-
kotlinx-serialization-json = "1.8.1"
28-
kotlinx-datetime = "0.6.2"
26+
kotlinx-serialization-json = "1.9.0"
27+
kotlinx-datetime = "0.7.1"
2928
kotlinx-collections-immutable = "0.4.0"
3029

3130
## Hilt
32-
hilt = "2.56.2"
31+
hilt = "2.57"
3332
hilt-navigation-compose = "1.2.0"
3433

3534
## Network
36-
okhttp = "4.12.0"
37-
retrofit = "2.11.0"
35+
okhttp = "5.1.0"
36+
retrofit = "3.0.0"
3837

3938
## Circuit
40-
circuit = "0.28.1"
39+
circuit = "0.29.1"
4140

4241
## Logging
4342
logger = "2.2.0"
@@ -72,7 +71,6 @@ compose-compiler-gradle-plugin = { group = "org.jetbrains.kotlin", name = "compo
7271
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-core" }
7372
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
7473
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidx-activity-compose" }
75-
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
7674
androidx-splash = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidx-splash" }
7775
androidx-startup = { group = "androidx.startup", name = "startup-runtime", version.ref = "androidx-startup" }
7876
androidx-datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "androidx-datastore" }

0 commit comments

Comments
 (0)