Description
After updating to Zoom SDK 6.2.3, the build fails and I am seeing the following error during R8 minification in my project:
Type com.google.android.flexbox.AlignContent is defined multiple times:
/Users/…/.gradle/caches/transforms-4/ff7e4b98f228dca6f96c420477871c86/transformed/jetified-mobilertc-runtime.jar:com/google/android/flexbox/AlignContent.class,
/Users/…/.gradle/caches/transforms-4/20c9d213c4f8ee5f018b4c455f405a71/transformed/jetified-flexbox-2.0.1-runtime.jar:com/google/android/flexbox/AlignContent.class
We are using the flexbox:2.0.1
library in our project, and this conflict did not occur before the SDK update.
Which Android Meeting SDK version?
Android Meeting SDK 6.2.3
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Include
com.google.android:flexbox:2.0.1
as a dependency in the project. - Add Zoom SDK 6.2.3 as a local AAR file.
- Build the project with R8 enabled for minification.
- Observe the error during the
minifyDebugWithR8
task.