From 605a08c2e2e8634263d7626cf7471310add3acb2 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 6 Jun 2017 23:24:06 -0700 Subject: Preparing preferences --- app/proguard-rules.pro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app/proguard-rules.pro') 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 ; +} +-keepattributes JavascriptInterface \ No newline at end of file -- cgit v1.2.3