Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.
This repository was 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

@keleus

Description

@keleus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions