When trying to build with the latest Google's Play Games Services (21.0.0) I'm getting:
cannot find symbol method getSnapshotFromBundle(Bundle)
|
public SnapshotMetadata getSnapshotFromBundle(Bundle bundle) { |
|
return SnapshotsClient.getSnapshotFromBundle(bundle); |
|
} |
I wonder if Google will be so nice and will update its samples before updates will be necessary.