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