Commit 7d747d2 1 parent c166c40 commit 7d747d2 Copy full SHA for 7d747d2
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
UA Unity ChangeLog
2
2
==================
3
3
4
+ Version 4.3.1 - October 4, 2017
5
+ ===============================
6
+ - Fixed plugin adding files into ` Assets/plugins ` instead of ` Assets/Plugins `
7
+
4
8
Version 4.3.0 - October 2, 2017
5
9
===============================
6
10
- Update Urban Airship iOS SDK to 8.6.0
Original file line number Diff line number Diff line change 1
1
# Plugin version
2
- version = 4.3.0
2
+ version = 4.3.1
3
3
4
4
# Urban Airship iOS SDK version
5
5
iosAirshipVersion = 8.6.0
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ task build {
52
52
copy {
53
53
def zipPath = project. configurations. ios. find {it. name. startsWith(" urbanairship" ) }
54
54
def zipFile = file(zipPath)
55
- def outputDir = file(" ${ buildDir} /unity-plugin/Assets/plugins /iOS/" )
55
+ def outputDir = file(" ${ buildDir} /unity-plugin/Assets/Plugins /iOS/" )
56
56
57
57
from zipTree(zipFile)
58
58
into outputDir
You can’t perform that action at this time.
0 commit comments