compile 'com.github.ViksaaSkool:AwesomeSplash:v1.0.0'
When i run my project in my phone
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex
i delete the compile sentence
my project becomes normal
compile 'com.github.ViksaaSkool:AwesomeSplash:v1.0.0'
When i run my project in my phone
Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
i delete the compile sentence
my project becomes normal