diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-06 23:24:06 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-06 23:24:06 -0700 |
commit | 605a08c2e2e8634263d7626cf7471310add3acb2 (patch) | |
tree | 7652ecc94a4969688ce85ed94ab9233117d78a40 /app/proguard-rules.pro | |
parent | 067ea15188f20fa268255153e35c2df732fdffee (diff) | |
download | frost-605a08c2e2e8634263d7626cf7471310add3acb2.tar.gz frost-605a08c2e2e8634263d7626cf7471310add3acb2.tar.bz2 frost-605a08c2e2e8634263d7626cf7471310add3acb2.zip |
Preparing preferences
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r-- | app/proguard-rules.pro | 7 |
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 |