Closed DavidMont closed 8 years ago
What should i put in proguard?
There's definitely a cleaner set of Proguard rules that I should figure out, but for right now, this will work:
-keep class com.tokenautocomplete.** { *; } -keep interface com.tokenautocomplete.** { *; }
What should i put in proguard?