You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version adds several new features to both iOS and Android, including
13
+
more API parity like `Tab#popToRootWindow`, `Ti.App.keyboardVisible` and `Label.letterSpacing`.
14
+
15
+
In addition, some core Android libraries like Google Play Service have been updated and a rare crash when
16
+
opening a Tab Group on Android 12+13 has been fixed.
17
+
18
+
For a more detailed overview and all changes, see the release notes: [Titanium SDK 12.7.0.GA Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.7.0.GA_Release_Note.html).
19
+
20
+
## Install
21
+
22
+
**Follow these steps to get SDK 12.7.0.GA:**
23
+
24
+
1. Install the CLI with `[sudo] npm i -g titanium alloy`
25
+
2. Run `titanium sdk install 12.7.0.GA`
26
+
3. Set `<sdk-version>12.7.0.GA</sdk-version>` in your `tiapp.xml`
27
+
28
+
## Report Bugs
29
+
30
+
If you run into any issues that seem related to the update, please report them on [GitHub](https://github.com/tidev/titanium-sdk/issues).
31
+
32
+
## How can I support?
33
+
34
+
If you like our work and want to support, think about a [donation](/donate) or to [contribute](/contribute) with your time and code.
0 commit comments