Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Google Play Games Services SDK v2 #55

Open
bartekpacia opened this issue Apr 23, 2024 · 4 comments
Open

Support for Google Play Games Services SDK v2 #55

bartekpacia opened this issue Apr 23, 2024 · 4 comments

Comments

@bartekpacia
Copy link

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
Copy link

raichy commented May 27, 2024

@bartekpacia
Copy link
Author

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

@javierpal
Copy link

javierpal commented Jul 14, 2024

@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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants