MaterialIntroTutorial
MaterialIntroTutorial copied to clipboard
Your library code is not standardized enough, causing my project to be abnormal
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'
}