when i tried to use:
mPlusClient = new PlusClient.Builder(this, this, this)
.setVisibleActivities("http://schemas.google.com/AddActivity",
"http://schemas.google.com/BuyActivity").build();
it triggers onConnectionFailed
and the ConnectionResult
is:
ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED,
resolution=null}
and as a whole it says:
03-02 12:12:50.969: W/GooglePlayServicesUtil(18431): Google Play services out of date. Requires 3025100 but found 2012110
So, what exactly should I update on my device?