Created
October 6, 2020 19:14
-
-
Save pablo384/95bad26e1f8b78905932c6c5a2850a8a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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