Releases: libgdx/gdx-jnigen
Releases · libgdx/gdx-jnigen
2.5.2
What's Changed
- fix: Remove unsupported compiler flags by @SimonIT in #56
- feat: Allow multiple source dirs to be defined by @Berstanio in #57
- Add marker artifact to gradle plugin by @fourlastor in #59
- Add LOONGARCH to JnigenExtension as shortcut and bump version by @Berstanio in #62
- Allow processing all files that are defined by the includes by @Berstanio in #63
- Don't add "." suffix to iOS shared lib name by @Berstanio in #64
- Upgrade default minIOSVersion to 12.0 by @Berstanio in #67
- Correctly define android file extension as ".so" to fix jaring by @Berstanio in #68
- feat: Set page size to 16KiB on android by @Berstanio in #73
New Contributors
- @fourlastor made their first contribution in #59
Full Changelog: 2.5.1...2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
- [BREAKING CHANGE] [iOS] Move static libraries to dynamic libraries
- [BREAKING CHANGE] [iOS] Remove armv7 slices
- [BREAKING CHANGE] [iOS] Bump minimum deployment target to 11
- [iOS] Add support for specifying
extraXCFrameworks
- [iOS] Remove deprecated bitcode generation
- [iOS] Generate dSYM files for the frameworks