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?
[X] GitHub issue - Resolves #108
[X] Refactoring
[ ] New feature
[ ] Bug fix
[ ] Adds more tests
Are tests included?
[ ] Yes
[X] No
Reviewer, please note:
N/A
Checklist:
[X] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[X] I ran the full test suite before pushing the changes and all the tests pass.
Brief Summary of Changes
This pull request includes a small but important change to the
generateOSVersionString
method in theAnalytics.kt
file. The change ensures that the patch version is correctly included in the generated version string. Also, the local num variable inside thetoAnalyticsVersionStr
has been removed.What does this PR address?
Are tests included?
Reviewer, please note:
N/A
Checklist: