Skip to content

Commit 161ba99

Browse files
FelipePaiva1992DylanVann
authored andcommitted
docs: Update proguard rules.
1 parent 2a3438c commit 161ba99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ If you use Proguard you will need to add these lines to `android/app/proguard-ru
9494
```
9595
-keep public class com.dylanvann.fastimage.* {*;}
9696
-keep public class com.dylanvann.fastimage.** {*;}
97+
-keep public class * implements com.bumptech.glide.module.GlideModule
98+
-keep public class * extends com.bumptech.glide.module.AppGlideModule
99+
-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
100+
**[] $VALUES;
101+
public *;
97102
```
98103

99104
## Properties

0 commit comments

Comments
 (0)