codinguser/android_contact_picker

Can't Proguard

Closed this issue · 3 comments

on generating Release APK
I get warning message

Warning:com.codinguser.android.contactpicker.ContactsListFragment: can't find referenced field 'int action_search' in program class com.codinguser.android.contactpicker.R$id
Warning:com.codinguser.android.contactpicker.ContactsListFragment: can't find referenced field 'int action_add_contact' in program class com.codinguser.android.contactpicker.R$id

In my case I've done with
-dontwarn com.codinguser.android.contactpicker.**

I should probably put that in the README somewhere. Might solve some issues people are having with classes not found.
thanks

you're welcome. 👍