This repository was archived by the owner on Jun 19, 2021. It is now read-only.

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