GabrielBB / Android-CutOut

Android image background removing library
Other
264 stars 90 forks source link

Error in adding dependency in my project #26

Open vijayjangid2000 opened 3 years ago

vijayjangid2000 commented 3 years ago

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 commented 3 years ago

try this new one:

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

This works fantastically.