Skip to content

Commit

Permalink
v10.11 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 329900711
Change-Id: I6ac0c2f73dfeb8d6f66c48f4f6bc239865e251d1
  • Loading branch information
Play Games Services Team authored and copybara-github committed Sep 3, 2020
1 parent 8304211 commit 6f8c6ec
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
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/SmokeTest/SmokeTest.unitypackage
Binary file not shown.
6 changes: 3 additions & 3 deletions source/PluginDev/Assets/GooglePlayGames/PluginVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ namespace GooglePlayGames
public class PluginVersion
{
// Current Version.
public const int VersionInt = 0x01010;
public const string VersionString = "0.10.10";
public const string VersionKey = "01010";
public const int VersionInt = 0x01011;
public const string VersionString = "0.10.11";
public const string VersionKey = "01011" ;
}
}
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.10.10"
currentPluginVersion = "0.10.11"
currentPluginBasename = 'GooglePlayGamesPlugin'
currentPluginName = "${currentPluginBasename}-${currentPluginVersion}.unitypackage"
resolverDir = new File('build/jarresolver').absolutePath
Expand Down

0 comments on commit 6f8c6ec

Please sign in to comment.