-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from adjust/v4200
Version 4.20.0
- Loading branch information
Showing
18 changed files
with
50 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Empty file.
Empty file.
Empty file modified
0
Assets/Adjust/Test/3rdParty/JsonNet-Lite/Newtonsoft.Json.dll.mdb
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
### Version 4.20.0 (16th January 2020) | ||
#### Added | ||
- Added external device ID support. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.20.0] | ||
- [[email protected]][android_sdk_v4.20.0] | ||
- [[email protected]][windows_sdk_v4.17.0] | ||
|
||
--- | ||
|
||
### Version 4.19.2 (14th January 2020) | ||
#### Added | ||
- Added Adjust SDK to Unity Asset Store. As of this version, you can add Adjust SDK from [Unity Asset Store](https://assetstore.unity.com/packages/tools/utilities/adjust-sdk-160890) as well. | ||
|
@@ -642,6 +653,7 @@ | |
[ios_sdk_v4.18.0]: https://github.com/adjust/ios_sdk/tree/v4.18.0 | ||
[ios_sdk_v4.18.3]: https://github.com/adjust/ios_sdk/tree/v4.18.3 | ||
[ios_sdk_v4.19.0]: https://github.com/adjust/ios_sdk/tree/v4.19.0 | ||
[ios_sdk_v4.20.0]: https://github.com/adjust/ios_sdk/tree/v4.20.0 | ||
|
||
[android_sdk_v3.5.0]: https://github.com/adjust/android_sdk/tree/v3.5.0 | ||
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0 | ||
|
@@ -665,6 +677,7 @@ | |
[android_sdk_v4.18.2]: https://github.com/adjust/android_sdk/tree/v4.18.2 | ||
[android_sdk_v4.19.0]: https://github.com/adjust/android_sdk/tree/v4.19.0 | ||
[android_sdk_v4.19.1]: https://github.com/adjust/android_sdk/tree/v4.19.1 | ||
[android_sdk_v4.20.0]: https://github.com/adjust/android_sdk/tree/v4.20.0 | ||
|
||
[windows_sdk_v4.12.0]: https://github.com/adjust/windows_sdk/tree/v4.12.0 | ||
[windows_sdk_v4.13.0]: https://github.com/adjust/windows_sdk/tree/v4.13.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.19.2 | ||
4.20.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sdk
updated
67 files
Submodule sdk
updated
20 files
+2 −2 | Adjust.podspec | |
+2 −0 | Adjust/ADJConfig.h | |
+1 −0 | Adjust/ADJConfig.m | |
+8 −0 | Adjust/ADJPackageBuilder.m | |
+1 −1 | Adjust/ADJUtil.m | |
+1 −1 | Adjust/Adjust.h | |
+4 −0 | AdjustBridge/AdjustBridge.m | |
+5 −1 | AdjustBridge/AdjustBridgeRegister.m | |
+5 −0 | AdjustTests/AdjustTestApp/AdjustTestApp/ATAAdjustCommandExecutor.m | |
+1 −1 | AdjustTests/AdjustUnitTests/ADJPackageFields.m | |
+5 −0 | AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp/TestLibraryBridge.js | |
+6 −0 | CHANGELOG.md | |
+2 −2 | README.md | |
+1 −1 | VERSION | |
+2 −2 | doc/chinese/README.md | |
+1 −1 | doc/english/migrate.md | |
+1 −1 | doc/english/web_views.md | |
+2 −2 | doc/japanese/README.md | |
+2 −2 | doc/korean/README.md | |
+1 −1 | doc/migrate.md |