Skip to content

Commit 82c9cd8

Browse files
author
Stewart Miles
committed
Version 1.2.121
* Android Resolver: Fixed warning about missing Packages folder when loading XML dependencies files in versions of Unity without the package manager. * Android Resolver: Fixed resolution window progress bar exceeding 100%. * Android Resolver: If AndroidX is detected in the set of resolved libraries, the user will be prompted to enable the Jetifier. * Android Resolver: Improved text splitting in text area windows. * iOS Resolver: Added support for Unity's breaking changes to the Xcode API in 2019.3.+. Cocoapods are now added to build targets, Unity-iPhone and UnityFramework in Unity 2019.3+. Change-Id: Ib9a602aa7b596a2a1204b806fb407e984ca695b1
1 parent b83b9d2 commit 82c9cd8

37 files changed

+43
-43
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version TBD - TBD
1+
# Version 1.2.121 - Jun 27, 2019
22
## Bug Fixes
33
* Android Resolver: Fixed warning about missing Packages folder when loading
44
XML dependencies files in versions of Unity without the package manager.

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.120.0"
191+
pluginVersion = "1.2.121.0"
192192
// Semantic version of the plugin.
193193
pluginVersionSemVer = pluginVersion.tokenize(".")[0..2].join(".")
194194
// Base filename of the released plugin.
Binary file not shown.
Binary file not shown.
Binary file not shown.

exploded/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.120.0.dll.mdb.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.121.0.dll.mdb.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.120.0.dll.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.121.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.

0 commit comments

Comments
 (0)