We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c1e44 commit ceb80b6Copy full SHA for ceb80b6
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# Version 1.2.174 - Oct 06, 2022
2
+* General - added tvOS support to the iOS resolver.
3
+
4
# Version 1.2.173 - Sep 28, 2022
5
* General - added tvOS library support to the export unity package scripts.
6
build.gradle
@@ -226,7 +226,7 @@ project.ext {
226
// Directory for testing.
227
testDir = new File(scriptDirectory, "test_output")
228
// Version of the plugin (update this with CHANGELOG.md on each release).
229
- pluginVersion = "1.2.173"
+ pluginVersion = "1.2.174"
230
// Directory that contains the template plugin.
231
// Files under this directory are copied into the staging area for the
232
// plugin.
0 commit comments