Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Update for Modern Android Development & Enhanced Compatibility #5

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

keiji
Copy link

@keiji keiji commented Aug 24, 2024

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.

- Updated Gradle to version 8.7
- Updated Android compile and target SDK to
 34
- Updated NDK version to 23.0.7344513
- Updated CMake version to 3.22.1
- Removed Bintray publishing configuration
- Refactored CMakeLists.txt to use modern CMake practices
- Updated AndroidManifest.
xml to meet modern Android requirements
- Upgraded androidx.annotation to 1.8.2
- Upgraded androidx.test.ext:junit to
1.2.1
- Upgraded androidx.test.espresso:espresso-core to 3.6.1
- Added metadata to the Maven publication, including project description, URL, license, developer information, and SCM details.
- Ensured that the publication process depends on the assemble task.
@keiji
Copy link
Author

keiji commented Aug 26, 2024

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.

@Holoceo
Copy link

Holoceo commented Oct 5, 2024

@keiji legend! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants