Skip to content

Commit

Permalink
v0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Aug 9, 2017
1 parent f292563 commit 9c72918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Further contributes are very welcome! Very wanted: Steam, Apple GameCenter. :-)

When I wrote my first libGDX game, I realized there was no good library for Google Play Games (GPGS) integration available. So I implemented all the stuff myself. Luckily, because GPGS is basically Android-only, I kept things clean and implemented against an interface. Nevertheless, testing was a pain. I had no desktop implementation for the interface, so I always had to test on Android and check for `null` everywhere.

When I then published my HTML5 release to Newgrounds users complained that their highscores were not posted to the Newgrounds system. And they were right. That was the starting signal for me to feel in charge to make something.
When I then published my HTML5 release, users complained that their highscores were not posted to the hosting site's highscore system. Not to mention releasing to the Amazon App Store where GameCircle support is needed. So I felt in charge to do something.

## Basic concept

Expand All @@ -45,7 +45,7 @@ into your project by just adding the dependencies to your `build.gradle` file.
Define the version of this API right after the gdxVersion:

gdxVersion = '1.9.6'
gamesvcsVersion = '0.0.1'
gamesvcsVersion = '0.1.1'

Core:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
GROUPID = 'de.golfgl.gdxgamesvcs'
VERSION = '0.1.1-SNAPSHOT'
VERSION = '0.1.1'

}

Expand Down

0 comments on commit 9c72918

Please sign in to comment.