add 2 proguard rules

This commit is contained in:
tibbi 2016-11-12 23:45:46 +01:00
parent eb218f6fa6
commit 7d9a08d2fe
1 changed files with 2 additions and 0 deletions

View File

@ -15,3 +15,5 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
-keep class com.simplemobiletools.** { *; }
-dontwarn com.simplemobiletools.**