diff options
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r-- | app/proguard-rules.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 20fe7237..688a0d88 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -24,4 +24,6 @@ } -keepattributes JavascriptInterface # Jsoup --keeppackagenames org.jsoup.nodes
\ No newline at end of file +-keeppackagenames org.jsoup.nodes +# IAB +-keep class com.android.vending.billing.**
\ No newline at end of file |