Hi team,
Could we get a new Android release (AAR) published to Maven Central soon?
Context:
Android 15 is enforcing 16 KB page size compatibility. The core onnxruntime Android package has been fully compatible with 16 KB page sizes since version 1.27.0.
The necessary 16 KB alignment fixes for onnxruntime-extensions were merged into the source code around February 2026. However, the latest Android AAR available on Maven Central (0.13.0) still predates these fixes.
Currently, downstream Android apps using the extensions library fail on 16 KB devices because the published native binaries are still aligned for 4 KB pages.
Publishing a new version, such as 0.15.0, from the latest master branch would resolve this issue for the Android ecosystem. Thanks for your hard work!
Hi team,
Could we get a new Android release (AAR) published to Maven Central soon?
Context:
Android 15 is enforcing 16 KB page size compatibility. The core
onnxruntimeAndroid package has been fully compatible with 16 KB page sizes since version 1.27.0.The necessary 16 KB alignment fixes for
onnxruntime-extensionswere merged into the source code around February 2026. However, the latest Android AAR available on Maven Central (0.13.0) still predates these fixes.Currently, downstream Android apps using the extensions library fail on 16 KB devices because the published native binaries are still aligned for 4 KB pages.
Publishing a new version, such as 0.15.0, from the latest master branch would resolve this issue for the Android ecosystem. Thanks for your hard work!