Skip to content

Commit

Permalink
Update API Level doc
Browse files Browse the repository at this point in the history
  • Loading branch information
abonnaudet-ledger committed Nov 20, 2024
1 parent c56add3 commit f922986
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br/> flex_1.0.1 <br/> | :x: |
| 21 | stax_1.5.0 <br/> flex_1.1.0 <br/> flex_1.1.1 <br/> | :heavy_check_mark: |

| 19 | flex_1.0.0 <br/> flex_1.0.1 <br/> | :x: |
| 21 | stax_1.5.0 <br/> flex_1.1.0 <br/> flex_1.1.1 <br/> | :heavy_check_mark: |
| 22 | stax_1.6.0 <br/> flex_1.2.0 <br/> | :heavy_check_mark: |

### Cherry-picking process:

- Fetch last changes from remote: `git fetch --all`
Expand Down
6 changes: 6 additions & 0 deletions api_levels.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit f922986

Please sign in to comment.