From 8a55eafff2ac977ad3e2c56abb94f3487d1648f0 Mon Sep 17 00:00:00 2001 From: ligi Date: Sun, 16 Feb 2020 05:21:23 +0100 Subject: [PATCH] Use Moshi 1.9.2 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 6f2013d5..8b46a197 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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'