[ ] Question. This issue tracker is not the place for questions. If you want to ask how to do
something, or to understand why something isn't working the way you expect it to, use Stack
Overflow. https://stackoverflow.com/questions/tagged/MultiType
[x ] Bug report. If you’ve found a bug, spend the time to write a failing test. Please provide
your device name, device OS version, and describe the reproduction steps.
[ ] Feature Request. Start by telling us what problem you’re trying to solve. Often a solution
already exists! Don’t send pull requests to implement new features without first getting our
support. Sometimes we leave features out on purpose to keep the project small.
Info:
MultiType version: 4.2.0
Device OS version: Android 6.0
Device Name: Nexus 5
Description:
The problem came when set minifyEnabled true and shrinkResources true for buildTypes in app gradle. The data can not parse and display as null.
What kind of issue is this?
[ ] Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to understand why something isn't working the way you expect it to, use Stack Overflow. https://stackoverflow.com/questions/tagged/MultiType
[x ] Bug report. If you’ve found a bug, spend the time to write a failing test. Please provide your device name, device OS version, and describe the reproduction steps.
[ ] Feature Request. Start by telling us what problem you’re trying to solve. Often a solution already exists! Don’t send pull requests to implement new features without first getting our support. Sometimes we leave features out on purpose to keep the project small.
Info:
Description:
The problem came when set minifyEnabled true and shrinkResources true for buildTypes in app gradle. The data can not parse and display as null.
Reproduction Steps:
My thoughts:
After trying, I saw that I have not kept adapter class which uses in multi type adapter.
What did I do:
Modify proguard-rules.pro:
Then, it worked!