aboutsummaryrefslogtreecommitdiff
path: root/app/proguard-rules.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r--app/proguard-rules.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index bd688950..bcca6dd4 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -17,4 +17,9 @@
-keepattributes SourceFile,LineNumberTable
-keep public class * extends java.lang.Exception
-keep class com.crashlytics.** { *; }
--dontwarn com.crashlytics.** \ No newline at end of file
+-dontwarn com.crashlytics.**
+#JavaScript Interface
+-keepclassmembers class * {
+ @android.webkit.JavascriptInterface <methods>;
+}
+-keepattributes JavascriptInterface \ No newline at end of file