Skip to content

Conversation

@jpobst
Copy link
Contributor

@jpobst jpobst commented Mar 10, 2021

Fixes: #5723

Our enumification process stores the value of the constants in map.csv. The build version code
constant for a preview API level is 10000, but changes to eg: 30 when the API goes stable.

Depending on when enumification was done, the 10000 may be stored instead of 30. When the API
goes stable we must update map.csv to the correct value.

Update the enum value Android.OS.BuildVersionCodes.R to 30.

Added this note to the in-progress "Adding a new API Level" checklist for future benefit.

@jpobst jpobst marked this pull request as ready for review March 10, 2021 21:47
@jpobst jpobst requested a review from jonpryor as a code owner March 10, 2021 21:47
@jonpryor jonpryor merged commit 1b1ec09 into main Mar 12, 2021
@jonpryor jonpryor deleted the version-code-R branch March 12, 2021 01:03
@github-actions github-actions bot locked and limited conversation to collaborators Jan 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BuildVersionCodes.R != 30

3 participants