Skip to content

Instantly share code, notes, and snippets.

@eoinahern
Created October 13, 2017 11:30
Show Gist options
  • Save eoinahern/0add3f8d99170c1ceb36f95be12930ba to your computer and use it in GitHub Desktop.
Save eoinahern/0add3f8d99170c1ceb36f95be12930ba to your computer and use it in GitHub Desktop.
gradle dependency conflict solutions
//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