You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' } }
The text was updated successfully, but these errors were encountered:
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' } }
The text was updated successfully, but these errors were encountered: