You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The androidOSVersion should be something easy to compare, query and parse. We might want to compare performance depending on the Android SDK version so it should contain a numeric value instead of a String.
Actual behaviour:
The androidOSVersion is now containing a string of the form "API24"
Version of the library:
Version 0.4
The text was updated successfully, but these errors were encountered:
Expected behaviour:
The
androidOSVersion
should be something easy to compare, query and parse. We might want to compare performance depending on the Android SDK version so it should contain a numeric value instead of a String.Actual behaviour:
The
androidOSVersion
is now containing a string of the form"API24"
Version of the library:
Version
0.4
The text was updated successfully, but these errors were encountered: