Skip to content

Commit

Permalink
Updating plugin to v0.9.62
Browse files Browse the repository at this point in the history
  • Loading branch information
olehkuznetsov committed Feb 28, 2019
1 parent 349c32c commit 0ddc131
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
Version 0.9.62
Bug Fixes:
* #2475 ANRs 0.9.61 TokenFragment
* #2473 GetAnotherServerAuthCode email scope not granted
* #2465 Crash during sign-in failure at TokenFragment
* Additional check if Play Games is installed.
* Log DateTime guard
* Fix DirectoryNotFoundException in GPGSUtil.GenerateAndroidManifest

Version 0.9.61
Bug Fixes:
* #2442 GetAnotherServerAuthCode doesn't honor OAuth scope
* #2444 Crash during sign-in failure at TokenFragment line 258

Version 0.9.60
Bug Fixes:
* #2439 UnityWebRequestTexture class is not contained at unity 5.6
Expand Down
Binary file not shown.
Binary file modified samples/CubicPilot/CubicPilot.unitypackage
Binary file not shown.
Binary file modified samples/Minimal/Minimal.unitypackage
Binary file not shown.
Binary file modified samples/NearbyDroids/NearbyDroids.unitypackage
Binary file not shown.
Binary file modified samples/QuizRacer/QuizRacer.unitypackage
Binary file not shown.
Binary file modified samples/SmokeTest/SmokeTest.unitypackage
Binary file not shown.
Binary file modified samples/TicTacToe/TicTacToe.unitypackage
Binary file not shown.
4 changes: 2 additions & 2 deletions source/PluginDev/Assets/GooglePlayGames/PluginVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public class PluginVersion

// Current Version.
public const int VersionInt = 0x0958;
public const string VersionString = "0.9.61";
public const string VersionKey = "00961";
public const string VersionString = "0.9.62";
public const string VersionKey = "00962";

// used to check for the correct min version or play services: 10.2
public const int MinGmsCoreVersionCode = 10200000;
Expand Down
2 changes: 1 addition & 1 deletion source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ project.ext {
samplesBuildSrc = file('build/sampleSrc').absolutePath
exportPath = file('build/plugin.unitypackage').absolutePath
currentPluginPath = file('../current-build').absolutePath
currentPluginVersion = "0.9.61"
currentPluginVersion = "0.9.62"
currentPluginBasename = 'GooglePlayGamesPlugin'
currentPluginName = "${currentPluginBasename}-${currentPluginVersion}.unitypackage"
resolverDir = new File('build/jarresolver').absolutePath
Expand Down

0 comments on commit 0ddc131

Please sign in to comment.