Mention proguard 6 requirement (#686)

* Mention proguard 6 requirement

* Mention AGP instead
This commit is contained in:
Zac Sweers
2018-09-29 22:59:52 -04:00
committed by Jesse Wilson
parent e0861cca57
commit bd2f2c4c28

View File

@@ -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)