
Titanium SDK 13.4.0 is a minor release of the SDK, preparing the SDK for Android target SDK 36 and addressing high-priority issues from previous releases.
Here are the highlights of the release:
- Android: Prepared the SDK for Android target SDK 36
- Android: Improved memory cleanup in the V8 runtime
- Android: Fixed SDK build paths on Windows
- Android:
Window.rectnow reflects theleft/topvalues set before opening a window - iOS: Fixed the dimming area when using a
SearchBarinside aTableView
Android note:
Since the Android status bar is now transparent (edge-to-edge design) you might have to adjust your Ti.UI.Window/Ti.UI.TabGroup backgroundColor to have the original color in that area.
Thanks to everyone in the community who contributed fixes and improvements to this release, especially Michael Gangolf and Marc Bender!
For a more detailed overview and all changes, see the release notes: Titanium SDK 13.4.0.GA Release Note.
Install
Follow these steps to get SDK 13.4.0.GA:
- Install the CLI with
npm i -g titanium alloy - Run
titanium sdk install 13.4.0.GA - Set
<sdk-version>13.4.0.GA</sdk-version>in yourtiapp.xml
Report Bugs
If you run into any issues that seem related to the update, please report them on GitHub.
How can I support?
If you like our work and want to support, think about a donation or to contribute with your time and code. A donation helps us to cover the monthly maintenance costs of the projects, so we can continue to release feature- and compatibility updates in the future. Your help is appreciated!

