Skip to content

Track SDK version code#219

Merged
wzieba merged 2 commits intotrunkfrom
track-sdk-version
May 8, 2024
Merged

Track SDK version code#219
wzieba merged 2 commits intotrunkfrom
track-sdk-version

Conversation

@MiSikora
Copy link
Copy Markdown
Contributor

@MiSikora MiSikora commented May 8, 2024

Build.VERSION.RELEASE is not very developer-friendly. It can contain things like 8.0.0, 8.1.0, 8.1Go, 12.0, and so on. It is not normalized and it is not super useful when trying to cross-reference things with the documentation.

This PR ads SDK_INT which corresponds to API level of Android installed on a device.

@MiSikora MiSikora requested a review from wzieba May 8, 2024 09:38
@MiSikora MiSikora force-pushed the track-sdk-version branch from 7c82735 to 8376705 Compare May 8, 2024 09:40
Copy link
Copy Markdown
Member

@wzieba wzieba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@wzieba wzieba merged commit 1addb9f into trunk May 8, 2024
@wzieba wzieba deleted the track-sdk-version branch May 8, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants