Every single tutorial and stackoverflow question seems to indicate that it is needed and should be downloaded at android-basic-samples here: https://github.com/playgameservices/android-basic-samples
However, BaseGameUtils was removed from the android-basic-samples project that everyone links to. Also the ReadMe for android-basic-samples describing running the samples doesn't mention the need for BaseGameUtils anywhere.
This question: Is BaseGameUtils still necessary? (Implementing Android leaderboards) asks exactly what I would like to know, except it was asked before BaseGameUtils was removed from android-basic-samples, and its answer incorrectly claims BaseGameUtils is referenced in some linked Google documentation here: https://developers.google.com/games/services/android/leaderboards The question also incorrectly says BaseGameUtils is mentioned by this: https://developers.google.com/games/services/android/quickstart
Google offers no explanation that I can find as to why BaseGameUtils was removed from android-basic-samples. So I ask:
Is BaseGameUtils still needed for leaderboards implementation?