@@ -8,38 +8,38 @@ versionCode = "9"
88packageName = " 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
1414androidx-core = " 1.16.0"
1515androidx-activity-compose = " 1.10.1"
1616androidx-startup = " 1.2.0"
1717androidx-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 "
2323androidx-compose-material3 = " 1.4.0"
2424compose-stable-marker = " 1.0.7"
2525compose-effects = " 0.1.4"
2626compose-shadow = " 2.0.4"
2727compose-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 "
3434kotlinx-coroutines = " 1.10.2"
3535kotlinx-serialization-json = " 1.9.0"
3636kotlinx-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 "
4343retrofit = " 3.0.0"
4444
4545# # Circuit
@@ -70,13 +70,13 @@ kotlin-ktlint-gradle = "11.6.1"
7070kotlin-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 ]
8282android-gradle-plugin = { group = " com.android.tools.build" , name = " gradle" , version.ref = " android-gradle-plugin" }
0 commit comments