Skip to content

Commit

Permalink
Release v10.14.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 413671377
Change-Id: I0bb5ea7cfd8f3c9f2875ec354e1bc84667d9106c
  • Loading branch information
ozdemir08 authored and copybara-github committed Dec 2, 2021
1 parent 858337f commit 563d7ac
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.10.14
Bug fixes:
* #3091 Fixed the issue of unity <=2019 not detecting GooglePlayGames as an
android library.

Version 0.10.13
Bug fixes:
* Fixed the `Ambiguous match found` error, resolving the dependencies.
Expand Down
Binary file not shown.
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 = 0x01013;
public const string VersionString = "0.10.13";
public const string VersionKey = "01013" ;
public const int VersionInt = 0x01014;
public const string VersionString = "0.10.14";
public const string VersionKey = "01014" ;
}
}
2 changes: 1 addition & 1 deletion source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ project.ext {
git_exe = 'git'
}

pluginVersion = "0.10.13"
pluginVersion = "0.10.14"

// String for specifying the build mode.
// If 'eap', will include all files from the 'Protected' folder.
Expand Down

0 comments on commit 563d7ac

Please sign in to comment.