From 0c39719d12e1107d8d9c69b4b6160adc802dbad3 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Mon, 14 May 2018 20:54:30 -0700 Subject: [PATCH] Fix adapter factory name in proguard mention Derp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 876507d..03e13f2 100644 --- a/README.md +++ b/README.md @@ -589,7 +589,7 @@ If you are using ProGuard you might need to add the following options: ``` Additional rules are needed if you are using Kotlin: -*...If you are using the reflect API (i.e. `KotlinJsonAdapter`):* +*...If you are using the reflect API (i.e. `KotlinJsonAdapterFactory`):* ``` -keepclassmembers class kotlin.Metadata { public ;