We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fastjson包,和其他框架冲突了。 duplicate entry
The text was updated successfully, but these errors were encountered:
你把fastjson exclude掉
Sorry, something went wrong.
compile('net.datafans:android-common-lib:1.2.85') { exclude group: 'com.google.android', module: 'support-v4' exclude group: 'com.alibaba', module: 'fastjson' }
这样可以的 要分成两行的
No branches or pull requests
fastjson包,和其他框架冲突了。 duplicate entry
The text was updated successfully, but these errors were encountered: