Use Moshi 1.9.2

This commit is contained in:
ligi 2020-02-16 05:21:23 +01:00
parent 4af1c28b1c
commit 8a55eafff2
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -160,8 +160,8 @@ dependencies {
implementation 'com.squareup.okio:okio:2.2.2'
implementation 'com.squareup.moshi:moshi:1.9.0'
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.9.0")
implementation 'com.squareup.moshi:moshi:1.9.2'
kapt("com.squareup.moshi:moshi-kotlin-codegen:1.9.2")
implementation 'com.chibatching.kotpref:kotpref:2.10.0'
implementation 'com.chibatching.kotpref:initializer:2.10.0'