Skip to content

Commit 0ab486a

Browse files
committed
Version 1.2.176
- Version 1.2.176 - Apr 27, 2023 * Android Resolver - Added two Android Resolver settings to determine whether EDM4U injects custom local Maven repo path as a relative path or full path. Fixes #537 * Android Resolver - Inject Maven Repo to `settingTemplate.gradle` from Unity `2022.2+` Fixes #594 * Android Resolver - Jetifier option is enabled by default now. * Android Resolver - `Explode Aar` option applies to all cases, whether the project will be exported or not. Fixes #584 Fixes #287
1 parent e067cf6 commit 0ab486a

File tree

56 files changed

+118
-89
lines changed

Some content is hidden

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

56 files changed

+118
-89
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions

build.gradle

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

exploded/Assets/ExternalDependencyManager/Editor/1.2.175/Google.IOSResolver.dll.mdb.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/1.2.176/Google.IOSResolver.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/1.2.175/Google.IOSResolver.dll.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/1.2.176/Google.IOSResolver.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)