Skip to content

Commit 1d7deac

Browse files
authored
Merge pull request #137 from adjust/v4291
Version 4.29.1
2 parents 68d5940 + 224c97b commit 1d7deac

File tree

17 files changed

+2175
-2345
lines changed

17 files changed

+2175
-2345
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### Version 4.29.1 (21st July 2021)
2+
#### Fixed
3+
- Fixed wrong `trackAdRevenue` TypeScript method declaration (https://github.com/adjust/react_native_sdk/issues/134).
4+
- Fixed missing authorization header in retry requests on Android.
5+
6+
#### Native SDKs
7+
- [[email protected]][ios_sdk_v4.29.3]
8+
- [[email protected]][android_sdk_v4.28.3]
9+
10+
---
11+
112
### Version 4.29.0 (15th July 2021)
213
#### Added
314
- [beta] Added data residency feature. You can choose this setting by calling `setUrlStrategy` method of `AdjustConfig` instance with `AdjustConfig.DataResidencyEU` (for EU data residency region), `AdjustConfig.DataResidencyTR` (for TR data residency region) or `AdjustConfig.DataResidencyUS` value (for US data residency region).
@@ -451,3 +462,4 @@
451462
[android_sdk_v4.26.2]: https://github.com/adjust/android_sdk/tree/v4.26.2
452463
[android_sdk_v4.27.0]: https://github.com/adjust/android_sdk/tree/v4.27.0
453464
[android_sdk_v4.28.2]: https://github.com/adjust/android_sdk/tree/v4.28.2
465+
[android_sdk_v4.28.3]: https://github.com/adjust/android_sdk/tree/v4.28.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.29.0
1+
4.29.1

android/libs/adjust-android.jar

116 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)