Skip to content

Instantly share code, notes, and snippets.

@pablo384
Created October 6, 2020 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablo384/95bad26e1f8b78905932c6c5a2850a8a to your computer and use it in GitHub Desktop.
Save pablo384/95bad26e1f8b78905932c6c5a2850a8a to your computer and use it in GitHub Desktop.
// Duplicate classes on android, build fails
//Solve dependenci conflict.
//writhe this in app.gradle file in app/App_Resources/Android
configurations {
compile.exclude group: 'com.google.zxing'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment