File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Version 1.2.175 - Nov 16, 2022
2
+ * General - Added tvOS podfile support to the iOS resolver.
3
+
1
4
# Version 1.2.174 - Oct 06, 2022
2
5
* General - Added tvOS support to the iOS resolver.
3
6
* General - Fixed #484 - Changed ` EditorMeasurement ` to use secure connection.
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ project.ext {
226
226
// Directory for testing.
227
227
testDir = new File (scriptDirectory, " test_output" )
228
228
// Version of the plugin (update this with CHANGELOG.md on each release).
229
- pluginVersion = " 1.2.174 "
229
+ pluginVersion = " 1.2.175 "
230
230
// Directory that contains the template plugin.
231
231
// Files under this directory are copied into the staging area for the
232
232
// plugin.
You can’t perform that action at this time.
0 commit comments