From bd2f2c4c28c9a3c9027507f51eda3c74bd769d63 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Sat, 29 Sep 2018 22:59:52 -0400 Subject: [PATCH] Mention proguard 6 requirement (#686) * Mention proguard 6 requirement * Mention AGP instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d7c80..afc9628 100644 --- a/README.md +++ b/README.md @@ -581,7 +581,7 @@ Snapshots of the development version are available in [Sonatype's `snapshots` re R8 / ProGuard -------- -If you are using R8 or ProGuard add the options from [this file](https://github.com/square/moshi/blob/master/moshi/src/main/resources/META-INF/proguard/moshi.pro). +If you are using R8 or ProGuard add the options from [this file](https://github.com/square/moshi/blob/master/moshi/src/main/resources/META-INF/proguard/moshi.pro). If using Android, this requires Android Gradle Plugin 3.2.0+. The `moshi-kotlin` artifact additionally requires the options from [this file](https://github.com/square/moshi/blob/master/kotlin/reflect/src/main/resources/META-INF/proguard/moshi-kotlin.pro)