File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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+
821## [ 0.2.17] - 2026-01-13
922
1023### Fixed
You can’t perform that action at this time.
0 commit comments