android - Grade sync failing after adding a library -
this library using: https://github.com/arthurhub/android-image-cropper
the grade sync fails after adding it. before that, there no problem.
apparently, library using uses older version of support library v25.3.1, , conflicting 1 have. try following:
compile ('com.theartofdev.edmodo:android-image-cropper:2.4.+') { exclude group: 'com.android.support' }
however there no guarantees library work considering different version.
Comments
Post a Comment