Skip to content

Commit

Permalink
Proguard error fix
Browse files Browse the repository at this point in the history
:D Not the best practise but hey, it works
  • Loading branch information
LayoutXML committed Jan 1, 2018
1 parent bd758de commit a256d3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
-ignorewarnings

-keep class * {
public private *;
}

0 comments on commit a256d3b

Please sign in to comment.