Skip to content
New issue

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

不建议在项目中直接包含appcompat包 #13

Open
DubheBroken opened this issue May 22, 2019 · 0 comments
Open

不建议在项目中直接包含appcompat包 #13

DubheBroken opened this issue May 22, 2019 · 0 comments

Comments

@DubheBroken
Copy link

最好不要在项目中直接写死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'
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant