Skip to content

Commit

Permalink
Update proguard rules (#2447)
Browse files Browse the repository at this point in the history
That was wrong class name
  • Loading branch information
ytRino authored and sjudd committed Oct 3, 2017
1 parent d51b577 commit ae2b0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Depending on your ProGuard (DexGuard) config and usage, you may need to include

```pro
-keep public class * implements com.bumptech.glide.module.GlideModule
-keep public class * extends com.bumptech.glide.AppGlideModule
-keep public class * extends com.bumptech.glide.module.AppGlideModule
-keep public enum com.bumptech.glide.load.resource.bitmap.ImageHeaderParser$** {
**[] $VALUES;
public *;
Expand Down Expand Up @@ -219,4 +219,4 @@ This is not an official Google product.
[19]: https://github.com/wasabeef/glide-transformations
[20]: http://bumptech.github.io/glide/
[21]: http://bumptech.github.io/glide/doc/generatedapi.html
[22]: https://muyangmin.github.io/glide-docs-cn/
[22]: https://muyangmin.github.io/glide-docs-cn/

0 comments on commit ae2b0e3

Please sign in to comment.