diff --git a/README.md b/README.md index 61538a17..40143b6f 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,10 @@ The full mapping of API_LEVEL branches, including OS release candidates, is avai | 13 | stax_1.3.0 | :x: | | 15 | stax_1.4.0 | :x: | | 18 | nanos+_1.2.0 | :heavy_check_mark: | -| 19 | flex_1.0.0
flex_1.0.1
| :x: | -| 21 | stax_1.5.0
flex_1.1.0
flex_1.1.1
| :heavy_check_mark: | - +| 19 | flex_1.0.0
flex_1.0.1
| :x: | +| 21 | stax_1.5.0
flex_1.1.0
flex_1.1.1
| :heavy_check_mark: | +| 22 | stax_1.6.0
flex_1.2.0
| :heavy_check_mark: | + ### Cherry-picking process: - Fetch last changes from remote: `git fetch --all` diff --git a/api_levels.json b/api_levels.json index 85ec2212..cd4f3bf9 100644 --- a/api_levels.json +++ b/api_levels.json @@ -100,5 +100,11 @@ "nanox_2.4.0-rc2", "stax_1.6.0-rc2", "flex_1.2.0-rc2" + ], + "23": [ + "nanos+_1.3.0", + "nanox_2.4.0", + "stax_1.6.0", + "flex_1.2.0" ] }