playgameservices / android-basic-samples

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

GPS v21.0.0 = cannot find symbol method `getSnapshotFromBundle(Bundle)` #337

Open Oldes opened 2 years ago

Oldes commented 2 years ago

When trying to build with the latest Google's Play Games Services (21.0.0) I'm getting: cannot find symbol method getSnapshotFromBundle(Bundle)

https://github.com/playgameservices/android-basic-samples/blob/f6a39dfcac2f37c2586626057fb79bec7b610211/CollectAllTheStars2/src/main/java/com/google/example/games/catt2/SnapshotCoordinator.java#L207-L209

I wonder if Google will be so nice and will update its samples before updates will be necessary.