Skip to content

Commit

Permalink
Release v1.0.2, fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Mar 6, 2020
1 parent 57c6eaa commit 80c9157
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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.8'
gamesvcsVersion = '1.0.1'
gamesvcsVersion = '1.0.2'

Core:

Expand Down
2 changes: 1 addition & 1 deletion android-gpgs/src/de/golfgl/gdxgamesvcs/GpgsClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public GpgsClient initialize(Activity context, boolean enableDriveAPI) {

driveApiEnabled = enableDriveAPI;
if (driveApiEnabled)
builder.addApi(Drive.API).addScope(Drive.SCOPE_APPFOLDER);
builder.addScope(Drive.SCOPE_APPFOLDER);

// add other APIs and scopes here as needed

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 = '1.0.1'
VERSION = '1.0.2'

}

Expand Down

0 comments on commit 80c9157

Please sign in to comment.