I have this non-critical yet very annoying error in my gradle. Problem is that I can't figure out which of my libraries is causing this version clash. Is there a way to find it out?
Asked
Active
Viewed 37 times
1
-
1Run a Gradle dependency report: https://stackoverflow.com/a/35235229/115145 – CommonsWare Apr 05 '18 at 13:03