Created
October 13, 2017 11:30
-
-
Save eoinahern/0add3f8d99170c1ceb36f95be12930ba to your computer and use it in GitHub Desktop.
gradle dependency conflict solutions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//force a resolution | |
configurations.all { | |
resolutionStrategy.force 'com.android.support:support-annotations:25.3.0' | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment