I am using iHealthSDK and mobilertc in react native project.Application is running fine in debug mode but there is issue while making release build
Type a.a is defined multiple times: /android/mobilertc/build/.transforms/ad19df845a8c6be1e2fcbb557140a936/transformed/jetified-mobilertc-runtime/classes.dex, /android/app/build/intermediates/external_libs_dex/release/mergeExtDexRelease/classes.dex
I have tried solution like multiDexEnabled = true, enabling and disabling pro guard, downgrade Gradle dependency.
But it still didn't work.