Skip to content

Bintray deprecated #72

@mohsin

Description

@mohsin

Since Bintray is retired, I would suggest switching to maven central. If you prefer a quick fix, I would suggest at-least creating a git tag 1.1.1 so people can download it using jitpack as:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
        implementation 'com.github.AndreiD:TSnackBar:1.1.1'
}

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