feat: upgrade kotlinx.serialization to 1.5.0-RC

This commit is contained in:
Harsh Shandilya 2023-01-26 21:49:04 +05:30
parent dea2d8b468
commit 540ea7ba43
No known key found for this signature in database
8 changed files with 28 additions and 49 deletions

View file

@ -14,7 +14,7 @@ kotlin = "1.8.0"
okhttp = "3.14.9"
retrofit = "2.9.0"
richtext = "0.16.0"
serialization = "1.4.1"
serialization = "1.5.0-RC"
sqldelight = "2.0.0-alpha05"
whetstone = "0.6.0-SNAPSHOT"
workmanager = "2.8.0-rc01"