I\'m using AndroidStudio and Gradle to build my Android app with tests in the \'androidTest\' source directory. I added a new dependency and am now getting the following iss
If you look at the (generated) .iml file(s), you can see the conflicting version numbers quite easily. In my case:
Going back to version 1.0.1 of the gradle plugin resolves the problem.