aboutsummaryrefslogtreecommitdiff
path: root/app/proguard-rules.pro
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-23 11:25:45 -0700
committerAllan Wang <me@allanwang.ca>2017-06-23 11:25:45 -0700
commit9cfccbe6cb3ddbf3fde55184fa484c82ebb4294b (patch)
tree4cc4fd467cc14ec46f9a38539d413a8a61b35f80 /app/proguard-rules.pro
parent7bb1de11f0208ac6b6a9e7d8fd3db81490e18daf (diff)
downloadfrost-9cfccbe6cb3ddbf3fde55184fa484c82ebb4294b.tar.gz
frost-9cfccbe6cb3ddbf3fde55184fa484c82ebb4294b.tar.bz2
frost-9cfccbe6cb3ddbf3fde55184fa484c82ebb4294b.zip
Added custom theming
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r--app/proguard-rules.pro4
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