Skip to content

Commit 8f10823

Browse files
author
Stewart Miles
committed
Fixed legacy static methods VersionHandler bootstrap.
* Fixed boot strap state machine to only terminate attempting to boot strap until the impl class is loaded. * Added the ability to queue method calls to the impl class so they get executed after it's loaded. Bug: 36964903 Change-Id: I76dcc73d296d846f14408795b841241ef63cbf15
1 parent 20bcec5 commit 8f10823

35 files changed

+163
-71
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.2.34 - Jul 28, 2017
2+
## Bug Fixes
3+
* Made VersionHandler bootstrap module more robust when calling static
4+
methods before the implementation DLL is loaded.
5+
16
# Version 1.2.33 - Jul 27, 2017
27
## New Features
38
* Added a bootstrap module for VersionHandler so the implementation

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ project.ext {
137137
buildPath = file('build').absolutePath
138138
exportPath = file('build/plugin.unitypackage').absolutePath
139139
dllDir = 'Assets/PlayServicesResolver/Editor'
140-
pluginVersion = '1.2.33.0'
140+
pluginVersion = '1.2.34.0'
141141
currentPluginPath = file('.').absolutePath
142142
currentPluginBasename = 'play-services-resolver'
143143
currentPluginName = (currentPluginBasename + '-' + pluginVersion +

exploded/Assets/PlayServicesResolver/Editor.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exploded/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.33.0.dll renamed to exploded/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.34.0.dll

File renamed without changes.

exploded/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.33.0.dll.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.34.0.dll.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exploded/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.33.0.dll renamed to exploded/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.34.0.dll

File renamed without changes.

exploded/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.33.0.dll.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.34.0.dll.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

exploded/Assets/PlayServicesResolver/Editor/Google.VersionHandler.dll.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exploded/Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.33.0.dll renamed to exploded/Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.34.0.dll

30 KB
Binary file not shown.

0 commit comments

Comments
 (0)