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
最好不要在项目中直接写死com.android.support:appcompat-v7的版本,如果导入时版本不兼容,gradle会报错. 在readme中说明需要导入com.android.support:appcompat-v7:+即可.
或者实在不想改的话,这么导也是可以的
implementation('com.github.SheHuan:NiceImageView:1.0.5') { exclude group: 'com.android.support', module: 'appcompat-v7' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最好不要在项目中直接写死com.android.support:appcompat-v7的版本,如果导入时版本不兼容,gradle会报错.
在readme中说明需要导入com.android.support:appcompat-v7:+即可.
或者实在不想改的话,这么导也是可以的
The text was updated successfully, but these errors were encountered: