Skip to content

Commit 432b2b8

Browse files
committed
라이브러리 버전 업데이트
1 parent 9043cbf commit 432b2b8

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
package com.hmh.hamyeonham.core.network.point.model
22

3-
import com.google.gson.annotations.SerializedName
43
import kotlinx.serialization.Serializable
54

65
@Serializable
76
data class ChallengeDateRequest(
8-
@SerializedName("challengeDate")
97
val challengeDate: String
108
)

gradle/libs.versions.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@ appVersion = "1.0.3"
66
versionCode = "1000301"
77

88
# kotlin
9-
kotlin = "2.1.0"
10-
kotlinx-serialization-json = "1.7.3"
9+
kotlin = "2.1.20"
10+
kotlinx-serialization-json = "1.8.1"
1111
kotlinx-serialization-converter = "1.0.0"
12-
kotlinx-coroutines = "1.10.1"
12+
kotlinx-coroutines = "1.10.2"
1313
kotlinx-datetime = "0.6.2"
14-
ksp = "2.1.0-1.0.29"
14+
ksp = "2.1.20-2.0.0"
1515

1616
# android
17-
corektx = "1.15.0"
17+
corektx = "1.16.0"
1818
appcompat = "1.7.0"
19-
activity = "1.10.0"
19+
activity = "1.10.1"
2020
lifecycle = "2.8.7"
21-
navigation = "2.8.6"
21+
navigation = "2.8.9"
2222
startup = "1.2.0"
23-
security = "1.1.0-alpha06"
24-
compose-bom = "2025.01.01"
25-
desugarJdk = "2.1.4"
23+
security = "1.1.0-alpha07"
24+
compose-bom = "2025.04.01"
25+
desugarJdk = "2.1.5"
2626
dagger-hilt = "2.54"
2727
flexbox = "3.0.0"
2828
fragment-ktx = "1.8.6"
2929
activity-compose = "1.7.2"
30-
exifInterface = "1.3.7"
30+
exifInterface = "1.4.1"
3131
zxing-core = "3.3.0"
3232
zxing-android-embedded = "4.3.0"
3333

@@ -38,8 +38,8 @@ in-app-update = "2.1.0"
3838
secret-gradle-plugin = "2.0.1"
3939
google-services = "4.4.2"
4040
crashlytics = "3.0.3"
41-
firebase = "33.9.0"
42-
admob = "23.6.0"
41+
firebase = "33.13.0"
42+
admob = "24.2.0"
4343
oss-plugin = "0.10.6"
4444
oss = "17.1.0"
4545

@@ -64,18 +64,18 @@ agp = "8.7.3"
6464
# third party
6565
okhttp = "4.12.0"
6666
retrofit = "2.11.0"
67-
room = "2.6.1"
67+
room = "2.7.1"
6868
coil = "2.7.0"
6969
lottie = "6.4.1"
7070
ktlint = "12.1.2"
7171
process-pheonix = "3.0.0"
72-
constraintlayout = "2.2.0"
72+
constraintlayout = "2.2.1"
7373
dot-indicator = "5.0"
74-
kakao = "2.20.6"
74+
kakao = "2.21.2"
7575
splash-screen = "1.0.1"
7676
javax-inject = "1"
7777
androidx-hilt = "1.2.0"
78-
work-runtime-ktx = "2.9.0"
78+
work-runtime-ktx = "2.10.1"
7979
timber = "5.0.1"
8080
amplitude = "2.+"
8181
hus = "0.0.5"

0 commit comments

Comments
 (0)