Google Maps web api causes app crash

Today google has updated the new version of google map api
https://groups.google.com/forum/#!topic/google-maps-js-api-v3-notify/cp9SiuHXkFc

From now when i try to interact with the map component the application crashes.

I resolve with use of specific version of this api.

Does anyone know any solution that can work with the latest version?

i resolve called this api service
https://maps.googleapis.com/maps/api/js?v=3.31&key=' + this.apiKey + '&callback=mapInit

instead of this
'http://maps.google.com/maps/api/js?key=' + this.apiKey + '&callback=mapInit';