We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
yakirp
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: