Skip to content

Commit f729f63

Browse files
author
Stewart Miles
committed
1.2.83 release
* Fixed Android Resolver failures due to an in-accessible AAR / JAR explode cache file. If the cache can't be read / written the resolver now continues with reduced performance following recompilation / DLL reloads. * Fixed incorrect version number in plugin manifest on install. This was a minor issue since the version handler rewrote the metadata after installation. Change-Id: I2ad966df79b9c5cc7823b4f5a4cdffad16d5e445
1 parent 87c5405 commit f729f63

19 files changed

+32
-23
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 1.2.83 - Aug 15, 2018
2+
## Bug Fixes
3+
* Fixed Android Resolver failures due to an in-accessible AAR / JAR explode
4+
cache file. If the cache can't be read / written the resolver now continues
5+
with reduced performance following recompilation / DLL reloads.
6+
* Fixed incorrect version number in plugin manifest on install.
7+
This was a minor issue since the version handler rewrote the metadata
8+
after installation.
9+
110
# Version 1.2.82 - Aug 14, 2018
211
## Changed
312
* Added support for alphanumeric versions in the Android Resolver.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ project.ext {
188188
// Solution which references all projects used by the plugin.
189189
pluginSolutionFile = new File(pluginSourceDir, "JarResolver.sln")
190190
// Version of the plugin (update this with CHANGELOG.md on each release).
191-
pluginVersion = "1.2.82.0"
191+
pluginVersion = "1.2.83.0"
192192
// Base filename of the released plugin.
193193
currentPluginBasename = "play-services-resolver"
194194
// Versioned release plugin file.

exploded/Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.82.0.dll.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.83.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.IOSResolver_v1.2.82.0.dll.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.83.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.JarResolver_v1.2.82.0.dll.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.VersionHandlerImpl_v1.2.83.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.

0 commit comments

Comments
 (0)