File tree Expand file tree Collapse file tree 2 files changed +17
-19
lines changed
core/network/src/main/java/com/hmh/hamyeonham/core/network/point/model Expand file tree Collapse file tree 2 files changed +17
-19
lines changed Original file line number Diff line number Diff line change 11package com.hmh.hamyeonham.core.network.point.model
22
3- import com.google.gson.annotations.SerializedName
43import kotlinx.serialization.Serializable
54
65@Serializable
76data class ChallengeDateRequest (
8- @SerializedName(" challengeDate" )
97 val challengeDate : String
108)
Original file line number Diff line number Diff line change @@ -6,28 +6,28 @@ appVersion = "1.0.3"
66versionCode = " 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 "
1111kotlinx-serialization-converter = " 1.0.0"
12- kotlinx-coroutines = " 1.10.1 "
12+ kotlinx-coroutines = " 1.10.2 "
1313kotlinx-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"
1818appcompat = " 1.7.0"
19- activity = " 1.10.0 "
19+ activity = " 1.10.1 "
2020lifecycle = " 2.8.7"
21- navigation = " 2.8.6 "
21+ navigation = " 2.8.9 "
2222startup = " 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 "
2626dagger-hilt = " 2.54"
2727flexbox = " 3.0.0"
2828fragment-ktx = " 1.8.6"
2929activity-compose = " 1.7.2"
30- exifInterface = " 1.3.7 "
30+ exifInterface = " 1.4.1 "
3131zxing-core = " 3.3.0"
3232zxing-android-embedded = " 4.3.0"
3333
@@ -38,8 +38,8 @@ in-app-update = "2.1.0"
3838secret-gradle-plugin = " 2.0.1"
3939google-services = " 4.4.2"
4040crashlytics = " 3.0.3"
41- firebase = " 33.9 .0"
42- admob = " 23.6 .0"
41+ firebase = " 33.13 .0"
42+ admob = " 24.2 .0"
4343oss-plugin = " 0.10.6"
4444oss = " 17.1.0"
4545
@@ -64,18 +64,18 @@ agp = "8.7.3"
6464# third party
6565okhttp = " 4.12.0"
6666retrofit = " 2.11.0"
67- room = " 2.6 .1"
67+ room = " 2.7 .1"
6868coil = " 2.7.0"
6969lottie = " 6.4.1"
7070ktlint = " 12.1.2"
7171process-pheonix = " 3.0.0"
72- constraintlayout = " 2.2.0 "
72+ constraintlayout = " 2.2.1 "
7373dot-indicator = " 5.0"
74- kakao = " 2.20.6 "
74+ kakao = " 2.21.2 "
7575splash-screen = " 1.0.1"
7676javax-inject = " 1"
7777androidx-hilt = " 1.2.0"
78- work-runtime-ktx = " 2.9.0 "
78+ work-runtime-ktx = " 2.10.1 "
7979timber = " 5.0.1"
8080amplitude = " 2.+"
8181hus = " 0.0.5"
You can’t perform that action at this time.
0 commit comments