Skip to content

Commit 846bd5d

Browse files
committed
update core sdk to version 1.5.7
1 parent 1de8889 commit 846bd5d

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Plugins/android/aarch64/libodin.so

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:e5c2a4f7319300bf089af4a240dc174a99fe8d13b8303dd6ca7bd4b1da0f75fb
3-
size 9994784
2+
oid sha256:226a837cd765fd70810ca77c9cec5f3d8b1fba6f560a48aba90e046e4c79778c
3+
size 10178440

Plugins/android/armv7/libodin.so

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0f58825c04ca579ca55423766c2beb3dbec31d1a438b062cea9fef53a81727da
3-
size 7212628
2+
oid sha256:7d2dfd5534308c727e559c6ae268f55033529795d20b395ecfa982b9daad4681
3+
size 7337068

Plugins/android/x86_64/libodin.so

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:913fd996c918705d324741656feb3ce2611f7504a315e475e1f49c147a0ae374
3-
size 11374880
2+
oid sha256:7aaca2ba3f14a75af42639bb72c2ef7b7df06d5fa6ee96a637d0be27da32640a
3+
size 11580800

Plugins/ios/universal/libodin.dylib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:30827d8b7cb89e8b2f46a3735d9c45bcfec22da9dec3b38fa4b47bfc246e64c5
3-
size 20171440
2+
oid sha256:aecb2712da49b39ab440c9879cc9552a8f2a7320f1f2c9337f56fd0f903cb698
3+
size 20354064

Plugins/linux/x86_64/libodin.so

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:90e73bca58173357d896f3fbf9ac973752740ed94c1e95ea163a9a3a2f91d266
3-
size 11458400
2+
oid sha256:65733a350c88168dc1417f35b2c27f9a10f069de486d5c3d2b1516aed55ce694
3+
size 11659168

Plugins/macos/universal/libodin.dylib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:d42ebdbe9cd6a00a2f90224120ec9df301e52f43f7c81aa0d8e04fbef48e1f2b
3-
size 19896768
2+
oid sha256:e4570a3561e88d874d96ecbce4d03b891d7533e834f14517e51b635d67a9263d
3+
size 20243184

Plugins/windows/x86_64/odin.dll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:20a1e7c617de50d3af1da62e82ad7f543a6daa25e8f77e932021985c6dfa9548
3-
size 11960576
2+
oid sha256:c8c811c5af1d9cc4340a20e4e9fd410bcd656e9f40c86a26dcd12a4d6b59fd50
3+
size 12165376

Runtime/OdinWrapper/Core/Imports/NativeBindings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static class NativeBindings
1616
/// <summary>
1717
/// ODIN_VERSION
1818
/// </summary>
19-
public const string OdinVersion = "1.5.6";
19+
public const string OdinVersion = "1.5.7";
2020

2121
/// <summary>
2222
/// Block_SAMPLE_RATE

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.fourplayers.odin",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"displayName": "4Players ODIN",
55
"description": "A Unity integration plugin to add 4Players ODIN technology into your game.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)