cloudinary / cloudinary_android

Android client for integrating with Cloudinary
MIT License
66 stars 59 forks source link

Support API level 34 #178

Open TomerPacific opened 1 week ago

TomerPacific commented 1 week ago

Describe the bug in a sentence or two.

It was observed that for several libraries inside the SDK, the compileSdkVersion and targetSdkVersion is 33, where the required compileSdkVersion is at least 34.

This can prevent developers who want to upload their application to the Google Play Store. Reference

Related to #173

Issue Type (Can be multiple)

[X] Build - Can’t install or import the SDK [ ] Performance - Performance issues [ ] Behaviour - Functions aren’t working as expected (Such as generate URL) [ ] Documentation - Inconsistency between the docs and behaviour [ ] Other (Specify)

Steps to reproduce

N/A

Error screenshots or Stack Trace (if applicable)

N/A

Build System

[ ] Maven [X] Gradle [ ] Other (Specify)

Is the issue reproducible only on a specific device?

[X] No [ ] Yes (specify model + Android version + vendor build number, if applicable)

TomerPacific commented 1 week ago

I'd like to work on this if it is possible.

TomerPacific commented 1 week ago

Thanks, can you also add the Hacktoberfest label to the issue? Also, are there any test credentials I can use?

esguerrat commented 1 week ago

@TomerPacific the Hacktoberfest label is on the repo. That should be sufficient. I'm asking our mobile development team about the test credentials.

TomerPacific commented 2 days ago

@esguerrat - Any updates regarding test credentials?