cloudinary/cloudinary_android

Deprecated reference to gradle compile in README

Ferdzz opened this issue · 1 comments

The README.md file refers to the installation steps when using Gradle. This is the same as documented in the introduction to integration on the Cloudinary website (which by the way suggests using 1.24, rather than the latest stable 1.26, but that's another issue). In the sample the command used is compile. This has been deprecated for a while now, and the current suggested way of adding dependencies is by using implementation

I would suggest you update the documentation so people with less knowledge may avoid using deprecated API, unless there is a specific reason for doing so

I am using implementation 'com.cloudinary:cloudinary-android:1.26.0' in my own project and it works fine

Thanks, fixed.