17.1.0
- 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
to17.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>