Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Your library code is not standardized enough, causing my project to be abnormal #33

Open
keleus opened this issue Dec 6, 2018 · 0 comments

Comments

@keleus
Copy link

keleus commented Dec 6, 2018

When you use the "com.android.support:support" library, please introduce it to your library with "provided" or "compileOnly".
I have to block your support library and reintroduced it myself.
like this:


implementation 'com.android.support:percent:28.0.0'
implementation ('za.co.riggaroo:materialhelptutorial:1.6.0'){
    exclude group: 'com.android.support'
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant