Skip to content

Conversation

@vicajilau
Copy link
Collaborator

@vicajilau vicajilau commented Nov 11, 2025

Updates the package to 10.3.6 and adds 16 KB file handling support on Android, following https://developer.android.com/guide/practices/page-sizes.
Kotlin update is not required; AGP was upgraded, and NDK is handled at the app level.
Fixed: #1888


Key Changes

  • Support for 16 KB files in Android implementation.
  • Verified on an emulator with 16 KB page size, successfully launching the demo app.
  • Upgraded AGP to 8.5.1 and Gradle wrapper to 8.13.
  • Set Java compatibility to 11.
  • Version bump to 10.3.6 in pubspec.yaml.

Upgrades the Android Gradle Plugin from 7.4.2 to 8.5.1 and the Gradle wrapper from 8.12 to 8.13.

Sets the Java compatibility to version 11 in the Android build configuration.

Fixed: #1888
This commit introduces support for 16 KB page sizes on Android. The package version has been updated to 10.3.6 and the changelog has been updated to reflect this change.
Copy link
Collaborator

@navaronbracke navaronbracke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, ship it!

@navaronbracke navaronbracke merged commit 1a71293 into master Nov 11, 2025
@vicajilau vicajilau deleted the feature/16kb-support-android branch November 11, 2025 16:17
@kevtechi
Copy link

amazing, thanks for all your work!!!!

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.

support 16 KB memory page sizes

4 participants