MrStahlfelge/gdx-gamesvcs

Support for Google Play Games Services SDK v2

bartekpacia opened this issue · 4 comments

dependencies {
implementation 'com.google.android.gms:play-services-auth:19.2.0'
implementation 'com.google.android.gms:play-services-games:21.0.0'
}

I just discovered there's v2 of Google Play Games Services. Here's the migration guide.

I'm creating this issue to keep track of this.

@raichy Thanks! Would you be willing to contribute support for v2 to this library?

@bartekpacia Check this fork https://github.com/karivatj/gdx-gamesvcs/tree/feature/test

how can I install that fork package?, for some reason the original doesn't longer work after I updated my old code, updated gradle tools to 8.1.2 and gradle 8.5, and I don't know if that's the problem but now its complete different.

Edit: nevermind, I'm an idot, forgot to include my keystores on the build and that's why it couldn't Log in.

Btw Compiled and created a Maven local repository with the test branch of the karivatj contribution and worked fine, just needed to include billing on my Android project and a flag for AndroidX