Update proguard rules to consider new JmDNS library

This commit is contained in:
Synced Synapse 2016-12-20 09:54:31 +00:00
parent a545bf03ef
commit 22028419c9
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@
# SearchView
-keep class android.support.v7.widget.SearchView { *; }
#JmDNS
-dontwarn org.slf4j.*
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class: