v17.3.0
Pre-release
Pre-release
- Updated play services library from 17.1.1 to 17.3.0.
- Changed
makeGooglePlayServicesAvailable()
method to use native implementation.- Now shows Google's standard dialog if Play Services needs to be updated.
- Couldn't use native implementation before because backing out of the activity that was hosting this dialog used to crash on Google's end. Google has now fixed it.
- Updated module's bootstrap to use new
showUI()
method.- This supports our new "run-in-background" in Titanium 9.1.0.
- We show bootstrap's UI every time a new UI session begins for the same JS runtime.