JP2ForAndroid icon indicating copy to clipboard operation
JP2ForAndroid copied to clipboard

Project Update for Modern Android Development & Enhanced Compatibility

Open keiji opened this issue 1 year ago • 2 comments

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.

keiji avatar Aug 24 '24 17:08 keiji

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 avatar Aug 26 '24 13:08 keiji

@keiji legend! Thank you!

Holoceo avatar Oct 05 '24 18:10 Holoceo