how to resolve dependency errors with Gradle
I have configured my dependencies in my build.gradle file, but when I call the imports, it generates dependency errors. I’ve already updated Gradle, refreshed, restarted Gradle, and cleaned it, but it still doesn’t recognize them. I also updated the version in the gradle-wrapper.properties file, but I haven’t been able to resolve the dependency problem.
Redefine the highest version in Gradle for resolution conflict
As far as I understand, when Gradle gets 2 conflicting versions in chooses the higher one by default. It also considers purely numeric versions “higher” than alphanumeric to ones.