Skip to content

Commit 11513d0

Browse files
committed
Update Stream SDK to 5.8.2 and kotlin serialization to 1.4.0
1 parent 6de26fa commit 11513d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ object Versions {
22
internal const val ANDROID_GRADLE_PLUGIN = "7.2.1"
33
internal const val ANDROID_GRADLE_SPOTLESS = "6.7.0"
44
internal const val KOTLIN = "1.7.10"
5-
internal const val KOTLIN_SERIALIZATION_JSON = "1.3.2"
5+
internal const val KOTLIN_SERIALIZATION_JSON = "1.4.0"
66
internal const val KSP = "1.7.10-1.0.6"
77

88
internal const val COMPOSE = "1.2.1"
@@ -25,7 +25,7 @@ object Versions {
2525
internal const val LANDSCAPIST_GLIDE = "1.6.1"
2626
internal const val ACCOMPANIST = "0.25.0"
2727

28-
internal const val STREAM_CHAT = "5.8.0"
28+
internal const val STREAM_CHAT = "5.8.2"
2929

3030
internal const val RETROFIT = "2.9.0"
3131
internal const val RETROFIT_RESULT_ADAPTER = "1.0.1"

0 commit comments

Comments
 (0)