splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 383 forks source link

What should i put in proguard? #206

Closed DavidMont closed 8 years ago

DavidMont commented 8 years ago

What should i put in proguard?

mgod commented 8 years ago

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.** { *; }