Add rules to proguard to keep the captcha javascript interface

captchafix2
Floens 10 years ago
parent 8e336a3c89
commit 8192f2ee60
  1. 7
      Clover/app/proguard.cfg

@ -135,3 +135,10 @@
-dontwarn java.nio.**
-dontwarn org.codehaus.mojo.**
-keep class org.floens.chan.ui.layout.CaptchaLayout$CaptchaInterface
-keep class * implements org.floens.chan.ui.layout.CaptchaLayout$CaptchaInterface
-keepclassmembers class org.floens.chan.ui.layout.CaptchaLayout$CaptchaInterface {
<methods>;
}
-keepattributes JavascriptInterface

Loading…
Cancel
Save