MrStahlfelge / gdx-gamesvcs

Easy integration of gameservices in your libGDX game: Google Play Games, Apple Game Center, Amazon GameCircle and more
Apache License 2.0
114 stars 20 forks source link

Support for Google Play Games Services SDK v2 #55

Open bartekpacia opened 4 months ago

bartekpacia commented 4 months ago

https://github.com/MrStahlfelge/gdx-gamesvcs/blob/20d89c1f4dc160b23df7311dc0f8c64196c4890b/android-gpgs/build.gradle#L36-L39

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 commented 3 months ago

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

bartekpacia commented 2 months ago

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

javierpal commented 1 month ago

@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.

javierpal commented 1 month ago

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