Failed resolve support-appcompact
vinayakmestri opened this issue · 1 comments
vinayakmestri commented
I have added the following line in gradle.
compile group: 'com.cloudinary', name: 'cloudinary-android', version: '1.25.0'
It is giving me error
Failed resolve support-appcomact
I have tried updating libraries and build tools etc but did not work.
It works on older version "1.24.0", there is somthing bug in new 1.25 version.
It does not compile the code.
yakirp commented
Hi,
I'm sorry for the late response.
That looks like a dependency conflict, we need the see their dependency tree to understand
gradle dependencies
Best