Skip to content

Commit

Permalink
Updating plugin to 0.9.60
Browse files Browse the repository at this point in the history
  • Loading branch information
olehkuznetsov committed Feb 1, 2019
1 parent 3077809 commit 1cb93f3
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Version 0.9.60
Bug Fixes:
* #2439 UnityWebRequestTexture class is not contained at unity 5.6

Version 0.9.59
Bug Fixes:
* #2430 Fixed sign-in issues with Android version 7 and less
* #2417 Windows. System.UnauthorizedAccessException: Access to the path is denied
* Replaces WWW with UnityWebRequest
New Features:
* Updated PlayServicesResolver to 1.2.100.0

Version 0.9.58
Bug Fixes:
* #2409 GetAnotherServerAuthCode always requests email permission
Expand Down
Binary file not shown.
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.59";
public const string VersionKey = "00959";
public const string VersionString = "0.9.60";
public const string VersionKey = "00960";

// 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.58"
currentPluginVersion = "0.9.60"
currentPluginBasename = 'GooglePlayGamesPlugin'
currentPluginName = "${currentPluginBasename}-${currentPluginVersion}.unitypackage"
resolverDir = new File('build/jarresolver').absolutePath
Expand Down

0 comments on commit 1cb93f3

Please sign in to comment.