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

Error in adding dependency in my project #26

Open
vijayjangid2000 opened this issue May 21, 2021 · 1 comment
Open

Error in adding dependency in my project #26

vijayjangid2000 opened this issue May 21, 2021 · 1 comment

Comments

@vijayjangid2000
Copy link

I am not able to use this library also wasted a lot of time trying to add this, please help I cannot wait.

Could not HEAD 'https://www.jitpack.io/com/github/gabrielbb/cutout/0.1.2/cutout-0.1.2.pom'. Received status code 401 from server: Unauthorized Disable Gradle 'offline mode' and sync project
Already tried:
this, implementation group: 'com.github.gabrielbb', name: 'cutout', version: '0.1.2'
and this, implementation 'com.github.gabrielbb:cutout:0.1.2'

Also removed jcenter() and also tried adding this:
allprojects { repositories { google() mavenCentral() maven { url 'https://www.jitpack.io' } }

@vijayjangid2000
Copy link
Author

vijayjangid2000 commented May 21, 2021

try this new one:

Link: https://github.com/theapache64/remove-bg
implementation 'com.theapache64.removebg:removebg:1.0.0'

This works fantastically.

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