Commit 1b1ec09
authored
[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.1 parent afc0358 commit 1b1ec09
File tree
3 files changed
+15
-2
lines changed- Documentation/workflow
- src/Mono.Android
- tests/api-compatibility
3 files changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
83 | 95 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6816 | 6816 | | |
6817 | 6817 | | |
6818 | 6818 | | |
6819 | | - | |
| 6819 | + | |
6820 | 6820 | | |
6821 | 6821 | | |
6822 | 6822 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
0 commit comments