Android-ImageCropper
Android-ImageCropper copied to clipboard
Error wiht Gradle
I'm not able to sync this library in gradle. You might have a problem with the project.
I just have checked this problem. Can you check repositories in project gradle file? This library only uploaded jcenter. so if you didn't add jcenter() in repositories, add this code.
allprojects {
repositories {
mavenCentral()
// add this
jcenter()
}
}
If still not working, let me know your gradle settings please.
Thanks.