-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mono.Android] Update BuildVersionCodes.R value to 30. (#5725)
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 e.g.: 30 when the API goes stable. Depending on when enumification was done, the 10000 may be accidentally stored instead of 30. When the API goes stable we must update `map.csv` to have the correct value. Update the enum value `Android.OS.BuildVersionCodes.R` to `30`. Add this note to the in-progress "Adding a new API Level" checklist for our future benefit.
- Loading branch information
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters