-
Notifications
You must be signed in to change notification settings - Fork 49
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 #11 from adjust/v4181
Version 4.18.1
- Loading branch information
Showing
35 changed files
with
70 additions
and
654 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
### Version 4.18.1 (9th October 2019) | ||
#### Fixed | ||
- Fixed lack of `getAdid` method implementation in native iOS bridge (thanks to @HenriBeck). | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.18.3] | ||
- [[email protected]][android_sdk_v4.18.3] | ||
|
||
--- | ||
|
||
### Version 4.18.0 (4th July 2019) | ||
#### Added | ||
- Added `trackAdRevenue` method to `Adjust` interface to allow tracking of ad revenue. With this release added support for `MoPub` ad revenue tracking. | ||
|
@@ -72,6 +82,8 @@ | |
[ios_sdk_v4.17.0]: https://github.com/adjust/ios_sdk/tree/v4.17.0 | ||
[ios_sdk_v4.17.3]: https://github.com/adjust/ios_sdk/tree/v4.17.3 | ||
[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 | ||
|
||
[android_sdk_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0 | ||
[android_sdk_v4.18.0]: https://github.com/adjust/android_sdk/tree/v4.18.0 | ||
[android_sdk_v4.18.3]: https://github.com/adjust/android_sdk/tree/v4.18.3 |
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 +1 @@ | ||
4.18.0 | ||
4.18.1 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
# This is a generated file; do not edit or check into version control. | ||
export "FLUTTER_ROOT=/Users/uerceg/Development/Flutter/flutter" | ||
export "FLUTTER_APPLICATION_PATH=/Users/uerceg/Github/flutter_sdk_dev/example" | ||
export "FLUTTER_TARGET=/Users/uerceg/Github/flutter_sdk_dev/example/lib/main.dart" | ||
export "FLUTTER_BUILD_DIR=build" | ||
export "SYMROOT=${SOURCE_ROOT}/../build/ios" | ||
export "FLUTTER_FRAMEWORK_DIR=/Users/uerceg/Development/Flutter/flutter/bin/cache/artifacts/engine/ios" |
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
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ name: adjust_sdk | |
description: This is the Flutter SDK of Adjust™. You can read more about Adjust™ at adjust.com. | ||
author: Adjust GmbH <[email protected]> | ||
homepage: https://github.com/adjust/flutter_sdk | ||
version: 4.18.0 | ||
version: 4.18.1 | ||
|
||
environment: | ||
sdk: ">=2.0.0 <3.0.0" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/sh | ||
# This is a generated file; do not edit or check into version control. | ||
export "FLUTTER_ROOT=/Users/uerceg/Development/Flutter/flutter" | ||
export "FLUTTER_APPLICATION_PATH=/Users/uerceg/Github/flutter_sdk_dev/test/app" | ||
export "FLUTTER_TARGET=/Users/uerceg/Github/flutter_sdk_dev/test/app/lib/main.dart" | ||
export "FLUTTER_BUILD_DIR=build" | ||
export "SYMROOT=${SOURCE_ROOT}/../build/ios" | ||
export "FLUTTER_FRAMEWORK_DIR=/Users/uerceg/Development/Flutter/flutter/bin/cache/artifacts/engine/ios" | ||
export "FLUTTER_BUILD_NAME=1.0.0" | ||
export "FLUTTER_BUILD_NUMBER=1" |
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 modified
BIN
+112 KB
(100%)
test/ios/AdjustTestLibrary.framework/Versions/A/AdjustTestLibrary
Binary file not shown.
18 changes: 0 additions & 18 deletions
18
test/ios/AdjustTestLibrary.framework/Versions/A/Headers/ATLControlChannel.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.