DexArchiveMergerException only on release
Here are some workaround :
Can you please make sure you have
multiDexEnabled
set to true as shown below in your gradle settings:android { defaultConfig { multiDexEnabled true } }
- Try
android.enableD8 = false
in grade.properties