aboutsummaryrefslogtreecommitdiffstats
path: root/proguard-rules.pro
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-04-26 23:12:05 +0200
committerChristian Schneppe <christian@pix-art.de>2019-04-26 23:12:22 +0200
commitf9f07063876ec5f3917ce72385b015e1b5f31d7e (patch)
tree093f9ded3021800b20e1e8dcb22d4d8ac17dc7db /proguard-rules.pro
parent35276c6519afa1da6042dd485ddae09b06c68aeb (diff)
implement channel discovery
refactor muc search to use http cache channel search results
Diffstat (limited to 'proguard-rules.pro')
-rw-r--r--proguard-rules.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/proguard-rules.pro b/proguard-rules.pro
index e60465e6c..336771bcd 100644
--- a/proguard-rules.pro
+++ b/proguard-rules.pro
@@ -19,6 +19,8 @@
-dontwarn org.bouncycastle.cert.dane.**
-dontwarn rocks.xmpp.addr.**
-dontwarn com.google.firebase.analytics.connector.AnalyticsConnector
+-dontwarn java.lang.**
+-dontwarn javax.lang.**
# JSR 305 annotations are for embedding nullability information.
-dontwarn javax.annotation.**