-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Describe the bug
In release version catching:
Missing classes detected while running R8
Missing class java.beans.ConstructorProperties (referenced from: void com.fasterxml.jackson.databind.ext.Java7SupportImpl.())
Missing class java.beans.Transient (referenced from: void com.fasterxml.jackson.databind.ext.Java7SupportImpl.())
Expected behavior
No problems with R8 and shrinking.
Steps to reproduce the bug
- implementation 'org.xmtp:android:0.7.6'
- Build release
Reactions are currently unavailable