Skip to content

Commit dfad3ee

Browse files
committed
Chore: 라이브러리 및 SDK 버전 업데이트
- compileSdk/targetSdk 35 → 36 - AGP 8.10.1 → 9.1.0 - Kotlin 2.1.20 → 2.3.0, KSP 2.3.6 - Hilt 2.56.2 → 2.59.2 - Compose BOM 2025.06.00 → 2026.03.00 - 기타 AndroidX, Coroutines, Serialization 등 최신화
1 parent 4ae9e13 commit dfad3ee

2 files changed

Lines changed: 25 additions & 22 deletions

File tree

gradle/libs.versions.toml

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[versions]
22
## SDK versions
3-
compileSdk = "35"
3+
compileSdk = "36"
44
minSdk = "28"
5-
targetSdk = "35"
5+
targetSdk = "36"
6+
applicationId = "com.threegap.bitnagil"
67

78
## App Versioning
89
versionCode = "7"
@@ -11,53 +12,53 @@ versionMinor = "2"
1112
versionPatch = "0"
1213

1314
# Android Gradle Plugin
14-
androidGradlePlugin = "8.10.1"
15+
androidGradlePlugin = "9.1.0"
1516

1617
# Formatting Plugin
1718
ktlint = "11.3.2"
1819

1920
# AndroidX
20-
androidxCore = "1.16.0"
21-
androidxLifecycle = "2.9.1"
22-
androidxActivity = "1.10.1"
23-
androidxDatastore = "1.1.7"
21+
androidxCore = "1.18.0"
22+
androidxLifecycle = "2.10.0"
23+
androidxActivity = "1.13.0"
24+
androidxDatastore = "1.2.1"
2425
androidxAppcompat = "1.7.1"
2526

2627
# Kotlin
27-
kotlin = "2.1.20"
28+
kotlin = "2.3.0"
2829
kotlinxCoroutines = "1.10.2"
29-
kotlinxSerializationJson = "1.8.1"
30+
kotlinxSerializationJson = "1.10.0"
3031

3132
# Ksp
32-
ksp = "2.1.20-1.0.32"
33+
ksp = "2.3.6"
3334

3435
# Hilt
35-
hilt = "2.56.2"
36-
hiltNavigationCompose = "1.2.0"
36+
hilt = "2.59.2"
37+
hiltNavigationCompose = "1.3.0"
3738

3839
# Compose
39-
composeBom = "2025.06.00"
40-
composeNavigation = "2.9.0"
40+
composeBom = "2026.03.00"
41+
composeNavigation = "2.9.7"
4142

4243
# Network
4344
okhttp = "5.3.2"
4445
retrofit = "3.0.0"
4546

4647
# Test
4748
junit = "4.13.2"
48-
junitVersion = "1.2.1"
49-
espressoCore = "3.6.1"
49+
junitVersion = "1.3.0"
50+
espressoCore = "3.7.0"
5051

5152
## app-update
5253
app-update = "2.1.0"
5354

5455
## Other
55-
material = "1.12.0"
56-
orbit = "10.0.0"
56+
material = "1.13.0"
57+
orbit = "11.0.0"
5758
javax = "1"
58-
kakaoLogin = "2.21.4"
59-
lottie-compose = "6.6.0"
60-
coil = "3.3.0"
59+
kakaoLogin = "2.23.2"
60+
lottie-compose = "6.7.1"
61+
coil = "3.4.0"
6162
accompanist = "0.37.3"
6263
playServicesLocation = "21.3.0"
6364

@@ -220,3 +221,5 @@ bitnagil-android-library = { id = "bitnagil.android.library", version = "unspeci
220221
bitnagil-android-compose-library = { id = "bitnagil.android.compose.library", version = "unspecified" }
221222
bitnagil-android-hilt = { id = "bitnagil.android.hilt", version = "unspecified" }
222223
bitnagil-kotlin = { id = "bitnagil.kotlin", version = "unspecified" }
224+
bitnagil-kotlin-serialization = { id = "bitnagil.kotlin.serialization", version = "unspecified" }
225+
bitnagil-kotlin-parcelize = { id = "bitnagil.kotlin.parcelize", version = "unspecified" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Jun 04 01:26:12 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-9.4.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)