We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26aa310 commit 2db26b5Copy full SHA for 2db26b5
1 file changed
packages/fula_client/CHANGELOG.md
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.2.18] - 2026-01-13
9
+
10
+### Fixed
11
12
+- **Android 16KB page size support for Android 15+ (API 35)**
13
+ - Native libraries (.so files) now compiled with 16KB page alignment
14
+ - Added `-Wl,-z,max-page-size=16384` linker flag to all Android targets
15
+ - Apps can now target Android 15 without Google Play warnings
16
17
+### Added
18
19
+- `.cargo/config.toml` with Android 16KB page alignment configuration
20
21
## [0.2.17] - 2026-01-13
22
23
### Fixed
0 commit comments