build: update Moshi

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-04-02 10:37:19 +05:30
parent 6d71154589
commit 5637d46488
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -75,7 +75,7 @@ object Dependencies {
object Moshi {
const val lib = "com.squareup.moshi:moshi:1.11.0"
const val lib = "com.squareup.moshi:moshi:1.12.0"
const val ksp = "dev.zacsweers.moshix:moshi-ksp:0.9.2"
}