Can anyone help me with the correct combination of gradle versions
for
Java client
Testng
Selenium
Which is working
I have created scripts in Junit but when I am using Testng android studio gives error
implementation 'io.appium:java-client:5.0.4’
implementation group: ‘org.testng’, name: ‘testng’, version: '6.11’
implementation group: ‘org.seleniumhq.selenium’, name: ‘selenium-java’, version: ‘3.8.1’
I am using above versions
I have also used other versions but not working please help I am stuck here
here is the error
Error:Execution failed for task ‘:app:transformDexArchiveWithExternalLibsDexMergerForDebug’.
java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
Thanks in advance