Skip to content

Commit 3e97c8d

Browse files
authoredSep 18, 2024
Version 1.2.183 (#710)
* Version 1.2.183 # Version 1.2.183 - Sep 17, 2024 * Android Resolver - Handle package paths that don't include a version hash, which is no longer present with Unity 6. Fixes #697 * Android Resolver - Handle packages referenced using local file paths. Fixes #701 * Update release date
1 parent f68ab8a commit 3e97c8d

File tree

78 files changed

+155
-140
lines changed

Some content is hidden

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

78 files changed

+155
-140
lines changed
 

Diff for: ‎CHANGELOG.md

+1-1

Diff for: ‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ project.ext {
255255
// Directory for testing.
256256
testDir = new File(scriptDirectory, "test_output")
257257
// Version of the plugin (update this with CHANGELOG.md on each release).
258-
pluginVersion = "1.2.182"
258+
pluginVersion = "1.2.183"
259259
// Directory that contains the template plugin.
260260
// Files under this directory are copied into the staging area for the
261261
// plugin.

0 commit comments

Comments
 (0)