Skip to content

Commit 822d341

Browse files
committed
Version 1.2.164
- Version 1.2.164 - Feb 5, 2021 -- New Features * Android Resolver - Added support for Android packages with classifier in their namespaces. * iOS Resolver - Added new settings in iOS Resolver to configure generated Podfile. * iOS Resolver - Added a new attribute `addToAllTargets` in Dependencies.xml. -- Bug Fixes * iOS Resolver - Fixed XML parsing for `bitcodeEnabled` attribute in Dependencies.xml. Change-Id: If5f0229c9061fe2b38d9fd6dd63dad13b26eadf8
1 parent 61c3a0d commit 822d341

File tree

52 files changed

+99
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+99
-75
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ project.ext {
226226
// Directory for testing.
227227
testDir = new File(scriptDirectory, "test_output")
228228
// Version of the plugin (update this with CHANGELOG.md on each release).
229-
pluginVersion = "1.2.163"
229+
pluginVersion = "1.2.164"
230230
// Directory that contains the template plugin.
231231
// Files under this directory are copied into the staging area for the
232232
// plugin.

exploded/Assets/ExternalDependencyManager/Editor/CHANGELOG.md

Lines changed: 12 additions & 0 deletions

exploded/Assets/ExternalDependencyManager/Editor/CHANGELOG.md.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.
Binary file not shown.
Binary file not shown.

exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.163.dll.mdb.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.164.dll.mdb.meta

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

exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.163.dll.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.164.dll.meta

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

0 commit comments

Comments
 (0)