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
113 stars 20 forks source link

wiki update #44

Closed julienvillegas closed 2 years ago

julienvillegas commented 2 years ago

not an issue, really, but a minor edit as I went through the configuration of this awesome library:

in this wiki page: https://github.com/MrStahlfelge/gdx-gamesvcs

For core in the build.gradle, instead of : compile "de.golfgl.gdxgamesvcs:gdx-gamesvcs-core:$gamesvcsVersion" I used api "de.golfgl.gdxgamesvcs:gdx-gamesvcs-core:$gamesvcsVersion" (compile was showing "obsolete")

same thing for for iOS, in this page: https://github.com/MrStahlfelge/gdx-gamesvcs/wiki/Apple-Game-Center

but for Android, I used "implementation" instead of API.

I used LibGDX 1.10.0

MrStahlfelge commented 2 years ago

Thanks for the hint, it's been quite some time since I wrote the docs. Will change the next days.

MrStahlfelge commented 2 years ago

Updated the pages of the still active components, please check.