Skip to content

Commit 5442d86

Browse files
committed
update kotlinx.serialization to 1.8.1
1 parent 8c6b095 commit 5442d86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
minSdk = 21
1515
targetSdk = 36
1616

17-
versionCode = 61
18-
versionName = "1.0-61"
17+
versionCode = 62
18+
versionName = "1.0-62"
1919

2020
}
2121

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin = "2.1.10"
44
coreKtx = "1.16.0"
55
activityCompose = "1.10.1"
66
composeBom = "2025.05.01"
7-
kotlinxSerializationJson = "1.6.3"
7+
kotlinxSerializationJson = "1.8.1"
88
retrofit = "2.12.0"
99
okhttp3 = "4.12.0"
1010
jsoup = "1.20.1"

0 commit comments

Comments
 (0)