Skip to content

Commit 135ab71

Browse files
committed
[BOOK-481] chore: 라이브러리 버전 최신화
compose stability check success
1 parent 8451e75 commit 135ab71

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,38 @@ versionCode = "9"
88
packageName = "com.ninecraft.booket"
99

1010
## Android gradle plugin
11-
android-gradle-plugin = "8.9.3"
11+
android-gradle-plugin = "8.12.0"
1212

1313
## AndroidX
1414
androidx-core = "1.16.0"
1515
androidx-activity-compose = "1.10.1"
1616
androidx-startup = "1.2.0"
1717
androidx-splash = "1.2.0"
18-
androidx-datastore = "1.1.7"
19-
androidx-camera = "1.5.1"
18+
androidx-datastore = "1.2.0"
19+
androidx-camera = "1.5.2"
2020

2121
## Compose
22-
androidx-compose-bom = "2025.07.00"
22+
androidx-compose-bom = "2025.12.01"
2323
androidx-compose-material3 = "1.4.0"
2424
compose-stable-marker = "1.0.7"
2525
compose-effects = "0.1.4"
2626
compose-shadow = "2.0.4"
2727
compose-stability-analyzer = "0.6.6"
2828

2929
## Kotlin Symbol Processing
30-
ksp = "2.3.0"
30+
ksp = "2.3.4"
3131

3232
## Kotlin
33-
kotlin = "2.2.21"
33+
kotlin = "2.3.0"
3434
kotlinx-coroutines = "1.10.2"
3535
kotlinx-serialization-json = "1.9.0"
3636
kotlinx-collections-immutable = "0.4.0"
3737

3838
## Metro
39-
metro = "0.7.7"
39+
metro = "0.9.4"
4040

4141
## Network
42-
okhttp = "5.1.0"
42+
okhttp = "5.3.2"
4343
retrofit = "3.0.0"
4444

4545
## Circuit
@@ -70,13 +70,13 @@ kotlin-ktlint-gradle = "11.6.1"
7070
kotlin-ktlint-source = "0.50.0"
7171

7272
## Test
73-
androidx-test-ext-junit = "1.2.1"
74-
androidx-test-runner = "1.6.2"
73+
androidx-test-ext-junit = "1.3.0"
74+
androidx-test-runner = "1.7.0"
7575

7676
## Firebase
77-
google-service = "4.4.3"
78-
firebase-bom = "34.1.0"
79-
firebase-crashlytics = "3.0.4"
77+
google-service = "4.4.4"
78+
firebase-bom = "34.7.0"
79+
firebase-crashlytics = "3.0.6"
8080

8181
[libraries]
8282
android-gradle-plugin = { group = "com.android.tools.build", name = "gradle", version.ref = "android-gradle-plugin" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Jun 13 20:04:35 KST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)