I'm new to Gradle and Android so please explain as much as possible so I can learn.
I do understand that the .jar contains an old version and it is conflicting with the new com.android.support:design:28.0.0 version which I need to use Snackbar. I'm hoping there's a way to fix this easily in Gradle. I've done some research but I'm confused on the use of resolutionStrategy.force and the new Androidx and a few other things.
The image provided pretty much sums it up.
There is a long list of Duplicate class warnings. This is just a sample.
Duplicate class
android.support.v4.accessibilityservice.AccessibilityServiceInfoCompat found in modules classes.jar (com.android.support:support-compat:28.0.0) and classes.jar (com.android.support:support-v4:24.0.0)
Duplicate class android.support.v4.app.ActionBarDrawerToggle found in modules classes.jar (com.android.support:support-core-ui:28.0.0) and classes.jar (com.android.support:support-v4:24.0.0)