exponea / exponea-react-native-sdk

MIT License
8 stars 13 forks source link

Release build is failing with minifyDevelopmentReleaseWithR8 with version 15 #90

Closed Vinanti-Pansari closed 1 year ago

Vinanti-Pansari commented 1 year ago

Task :app:minifyDevelopmentReleaseWithR8 FAILED ERROR:/project_path/.gradle/caches/transforms-3/2c8d5bc13302d1152f8c7e8d06ed71db/transformed/jetified-sdk-3.6.1-runtime.jar: R8: Type com.exponea.style.AppInboxListViewStyle is defined multiple times: /project_path/.gradle/caches/transforms-3/2c8d5bc13302d1152f8c7e8d06ed71db/transformed/jetified-sdk-3.6.1-runtime.jar:com/exponea/style/AppInboxListViewStyle.class, /project_path/Documents/Alshaya/Alshaya/hm/node_modules/react-native-exponea-sdk/android/build/.transforms/0ea2fd2e68e458c75c7c946d37d3aa92/transformed/classes.jar:com/exponea/style/AppInboxListViewStyle.class

It seems something needs to add in proguard.rules React Native Exponea SDK (Tried this but not working) -keep class com.exponea.* { ; }

Vinanti-Pansari commented 1 year ago

Working fine with 1.5.1