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

fix: support 16 KB page sizes #1818

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix: support 16 KB page sizes #1818

wants to merge 2 commits into from

Conversation

triniwiz
Copy link
Member

  • Enables support for 16KB page sizes.
  • Bumps gradle to 8.5, this also switches ANDROID_STL to static so the lib size will increase.
    This is the only way to keep the min API below 21 until the next major.
  • CompileSdk 35

@cla-bot cla-bot bot added the cla: yes label Jul 29, 2024
@farfromrefug
Copy link
Contributor

As you bump the min api To 21 in thé other PR, is moving yo static really needed ? What s the issue with shared?

@triniwiz
Copy link
Member Author

This is to ensure we continue supporting older devices until the next major where we plan to bump the minimum.

@farfromrefug
Copy link
Contributor

Bût you bump it in thé other PR .
So the other PR won't make it until a major release?

@triniwiz
Copy link
Member Author

Yes that’s the idea, ensure the older APIs is still supported until 9.0

@NathanWalker NathanWalker added this to the 8.9 milestone Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants