Using json instead gson in chaptercache

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
This commit is contained in:
Jays2Kings 2021-04-22 20:49:44 -04:00
parent 8e7143e8b4
commit 421f42cd78
4 changed files with 16 additions and 20 deletions

View file

@ -7,7 +7,6 @@ object Versions {
const val NUCLEUS = "3.0.0"
const val OSS_LICENSE = "17.0.0"
const val RETROFIT = "2.7.2"
const val KOTLINSERIALIZATION = "1.0.1"
const val ROBO_ELECTRIC = "3.1.4"
const val RX_BINDING = "1.0.1"
const val TIMBER = "4.7.1"
@ -53,7 +52,7 @@ object Versions {
const val junit = "4.13"
const val kotlin = "1.4.32"
const val kotlinCoroutines = "1.3.9"
const val kotlinSerialization = "1.0.1"
const val kotlinSerialization = "1.1.0"
const val kotson = "2.5.0"
const val ktlint = "9.4.0"
const val loadingButton = "2.2.0"