cloudinary / cloudinary_kotlin

Cloudinary Kotlin SDK library
MIT License
11 stars 4 forks source link

Fix analytics class warnings #109

Closed TomerPacific closed 1 month ago

TomerPacific commented 1 month ago

Brief Summary of Changes

This pull request includes a small but important change to the generateOSVersionString method in the Analytics.kt file. The change ensures that the patch version is correctly included in the generated version string. Also, the local num variable inside the toAnalyticsVersionStr has been removed.

What does this PR address?

Are tests included?

Reviewer, please note:

N/A

Checklist:

TomerPacific commented 1 month ago

@adimiz1 - Could you review this?