Skip to content

Commit

Permalink
Config Proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyge committed Nov 2, 2016
1 parent 41dd3f9 commit d7d65e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sketch/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# Keep native methods
-keepclassmembers class * {
native <methods>;
}

-keep public class pl.droidsonroids.gif.GifIOException{<init>(int);}
-keep class pl.droidsonroids.gif.GifInfoHandle{<init>(long,int,int,int);}

0 comments on commit d7d65e2

Please sign in to comment.