java - Proguard generating wrong string resource id -


when creating build proguard changes string resource id another. example, have 2 buttons (button1, button2) label "create", "update" respectively. after proguard build, button2 contains label "create" suppose have label "update"

this happens few string resource id.

the problem related build script. using crashlytics error reporting. crashlytics build file messing resource id somehow.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -