VRGsoftUA/VideoCrop

Failed to resolve: com.github.VRGsoftUA:VideoCrop:1.0

yashshreeWindows opened this issue · 0 comments

implementation 'com.github.VRGsoftUA:VideoCrop:1.0' i have added this line in gradle and error is coming.
I have also added
allprojects {
repositories {
google()
jcenter()
maven { url ' https://jitpack.io '}
}
}

Please Help.