extender icon indicating copy to clipboard operation
extender copied to clipboard

For Android, make the NDK api version editable.

Open JCash opened this issue 9 months ago • 0 comments

In our use case, extension-rive, we build for armv7-android, using our default NDK api level 19. However, the extension needs api level 21, so it's not possible to build for armv7-android.

We should allow for increasing the api level depending on the features implemented in the extensions.

JCash avatar May 19 '25 12:05 JCash