Gmail логин: сервис Google play устарел

когда я пытался использовать:

mPlusClient = new PlusClient.Builder(this, this, this)
        .setVisibleActivities("http://schemas.google.com/AddActivity",
        "http://schemas.google.com/BuyActivity").build();

это вызываетonConnectionFailed иConnectionResult является:

ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED,
resolution=null}

и в целом это говорит:

03-02 12:12:50.969: W/GooglePlayServicesUtil(18431): Google Play services out of date.  Requires 3025100 but found 2012110

Итак, что именно я должен обновить на моем устройстве?

Ответы на вопрос(1)

Ваш ответ на вопрос