MaterialIntroTutorial icon indicating copy to clipboard operation
MaterialIntroTutorial copied to clipboard

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

Open keleus opened this issue 6 years ago • 0 comments

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'
}

keleus avatar Dec 06 '18 06:12 keleus