playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
972 stars 970 forks source link

Usage of deprecated code in GameHelper.Java #222

Closed idanlv closed 6 years ago

idanlv commented 8 years ago

Line 280 : builder.addScope(Plus.SCOPE_PLUS_LOGIN); Line 531 : Plus.AccountApi.clearDefaultAccount(mGoogleApiClient);

claywilkinson commented 7 years ago

Thanks! - we'll update the samples soon.

mwgray commented 6 years ago

GameHelper.java is deprecated, shouldn't be an issue anymore.