Project Update for Modern Android Development & Enhanced Compatibility
This Pull Request brings several key improvements to the project:
Modernization & Compatibility
Updated the entire project to build seamlessly with the latest Android Studio version, ensuring a smooth development experience.
Update minSdkVersion to 21 to support NDK 27 requirement.
Added support for 16kb page sizes, a feature planned for introduction in Android 15 and later, enhancing future compatibility and potential performance gains. https://developer.android.com/guide/practices/page-sizes
Maven Central Publication
Adjusted the maven-publish plugin configuration to enable seamless publication of the library on Maven Central, making it easily accessible to developers.
These changes modernize the project, improve compatibility with upcoming Android versions, and streamline the process of sharing the library with the wider development community.
Thank you for developing the Android bindings. I have published the binaries based on this Pull Request to Maven Central. https://central.sonatype.com/artifact/dev.keiji.jp2/jp2-android
Please let me know if you plan to continue development on this project. I would be happy to see the projects merged and contribute to it in that case.
@keiji legend! Thank you!