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

Documentation has incorrect version label #49

Closed JojoIce closed 2 years ago

JojoIce commented 2 years ago

In the Apple Game Center the documentation states:

implementation "de.golfgl.gdxgamesvcs:gdx-gamesvcs-ios-gamecenter:$gamsvcsVersion"

and in the main doc it states:

gamesvcsVersion = '1.1.0'

It took me a bit too long time to realize that there is a missing 'e' in the first line. Anyone following in my footsteps will probably save some time of those strings match.

MrStahlfelge commented 2 years ago

Thanks for pointing out, I've fixed it.