Skip to content

17.1.0

Compare
Choose a tag to compare
@jquick-axway jquick-axway released this 27 Jan 23:23
· 206 commits to master since this release
3960518
  • Now builds with gradle to an AAR library.
  • Packaged as a local maven repo with a POM file providing library dependency info.
  • Updated Google Play Services library from 16.1.5 to 17.1.0.
  • Set min Titanium SDK version to 9.0.0.
  • Added x86_64 architecture support.
  • Added ti.playservices.bootstrap.js script.
    • Checks if Play Services is install/updated on app startup, before "app.js" is executed.
    • Displays dialog to end-user to install/update if needed.
    • Will not display dialog on non-GooglePlay devices, such as Amazon Fire Tablets.
    • Can be disabled via "tiapp.xml" property.

<property name="ti.playservices.validate.on.startup" type="bool">false</property>