adding an apache rule in proguard

This commit is contained in:
tibbi 2018-07-04 12:19:09 +02:00
parent ce7e18196b
commit aea94e4f1e

View file

@ -1,2 +1,3 @@
-keep class com.simplemobiletools.** { *; }
-dontwarn com.simplemobiletools.**
-dontwarn org.apache.**