Skip to content

Commit

Permalink
add NDK r26 note
Browse files Browse the repository at this point in the history
  • Loading branch information
DoDoENT committed Mar 18, 2024
1 parent b6094cd commit c7ee86f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
- if provided Bitmap is not in `ARGB_8888` config, it will be automatically converted into `ARGB_8888` config
- only if the conversion is not possible, then the exception will be thrown

### Other changes

- native code is now built using NDK r26c and uses dynamic c++ runtime (`libc++_shared.so`)
- in case when multiple different dependencies use the same runtime in the same app, the latest available version of the library should be packaged into the app

## 9.0.0

### API changes
Expand Down

0 comments on commit c7ee86f

Please sign in to comment.