android - Google Play services - version issue -


i targeting android > 19. latest google play services version 5.2.08, on device latest can install 4.4.52.

now, when check googleplayservicesutil.isgoogleplayservicesavailable() version needs updated , redirected store. cannot update strore, because latest version not supported on device (i see open , uninstall buttons).

what solution this? need notifications feature, nothing more. should use older version of play services? how can know version choose? official older version?

thanks

if use android studio, replace in build.gradle :

compile 'com.google.android.gms:play-services:+' 

by

compile 'com.google.android.gms:play-services:5.0.89+' 

or lower


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -