Automattic / Automattic-Tracks-Android

Client library for tracking user events for later analysis
GNU General Public License v2.0
30 stars 13 forks source link

Track SDK version code #219

Closed MiSikora closed 4 months ago

MiSikora commented 4 months ago

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.