I'm trying to connect to Google Play services. It used to work perfectly a few months ago, and now I'm getting my onConnectionFailed
method to invoke with error code SERVICE_VERSION_UPDATE_REQUIRED
.
Pretty self explanatory, yet I'm already on the latest version:
compile 'com.google.android.gms:play-services-base:9.6.1'
compile 'com.google.android.gms:play-services-maps:9.6.1'
compile 'com.google.android.gms:play-services-location:9.6.1'
Why am I getting this error?