Skip to content

Commit

Permalink
docs: Update proguard rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipePaiva1992 authored and DylanVann committed May 3, 2019
1 parent 2a3438c commit 161ba99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ If you use Proguard you will need to add these lines to `android/app/proguard-ru
```
-keep public class com.dylanvann.fastimage.* {*;}
-keep public class com.dylanvann.fastimage.** {*;}
-keep public class * implements com.bumptech.glide.module.GlideModule
-keep public class * extends com.bumptech.glide.module.AppGlideModule
-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
**[] $VALUES;
public *;
```

## Properties
Expand Down

0 comments on commit 161ba99

Please sign in to comment.