docs: Fix proguard rules. (#478)

This commit is contained in:
Philippe David 2019-05-25 17:15:29 -04:00 committed by Dylan Vann
parent 5fbb4a7800
commit 1eed575025
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ If you use Proguard you will need to add these lines to `android/app/proguard-ru
-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
**[] $VALUES;
public *;
}
```
## Properties