gudzpoz / luajava

Lua for Java on Windows, Mac OS X, Linux, Android. 5.1, 5.2, 5.3, 5.4, LuaJ or LuaJIT.
https://gudzpoz.github.io/luajava/
Other
141 stars 17 forks source link

Bumped minimum Android API version to that of NDK 26 #130

Closed gudzpoz closed 9 months ago

gudzpoz commented 9 months ago

The Android building workflow breaks again... Anyway, it is due to NDK dropping support for KitKat:

Android NDK r26 LTS (September 2023)
[Changelog](https://github.com/android/ndk/wiki/Changelog-r26)

Downloads

        Downloads for this release are available[here](https://github.com/android/ndk/wiki).

Announcements

        KitKat (APIs 19 and 20) is no longer supported.

Therefore, we are also bumping our minimum Android API version to 21. (While it is a breaking change, we are not going to bump the major version number but only increment the minor digit instead - the Lua-ish way?)