org.apache.oltu.oauth2.client v1.0.1 artifacts seem to have an issue where org/apache/oltu/oauth2/common/ package are accidentally included. This caused the following error:
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
Changing back to v1.0.0 worked for me.
@justwy thanks for reporting the issue. I wonder if you can file a PR with the suggested fix so that we can review more easily.
I added a PR with updates for this since I also was facing the same issue. Hope it will be reviewed soon. Thanks!
Closed via #7343
Thanks for the PR by @joeboyscout04
Most helpful comment
I added a PR with updates for this since I also was facing the same issue. Hope it will be reviewed soon. Thanks!