Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bintray deprecated #72

Open
mohsin opened this issue May 16, 2021 · 0 comments
Open

Bintray deprecated #72

mohsin opened this issue May 16, 2021 · 0 comments

Comments

@mohsin
Copy link

mohsin commented May 16, 2021

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'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant