diff --git a/apidoc/Titanium/App/App.yml b/apidoc/Titanium/App/App.yml index 9c6fa549b82..ea4b8540d12 100644 --- a/apidoc/Titanium/App/App.yml +++ b/apidoc/Titanium/App/App.yml @@ -398,7 +398,7 @@ events: summary: The duration of the keyboard animation. This parameter is only available on Titanium SDK 4.0.0 and later. type: Number platforms: [android, iphone, ipad, macos] - since: {android: "12.3.0", iphone: "3.0.0", ipad: "3.0.0", macos: "9.2.0"} + since: {android: "12.6.0", iphone: "3.0.0", ipad: "3.0.0", macos: "9.2.0"} - name: significanttimechange summary: Fired when there is a significant change in the time. @@ -616,7 +616,7 @@ properties: On Android it will only work using Android 11 and up. Otherwise it will always be false. type: Boolean permission: read-only - since: {android: "12.3.0", iphone: "7.5.0", ipad: "7.5.0", macos: "9.2.0"} + since: {android: "12.6.0", iphone: "7.5.0", ipad: "7.5.0", macos: "9.2.0"} platforms: [android, iphone, ipad, macos] - name: trackUserInteraction