You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
### Version 4.38.0 (21st December 2023)
2
+
#### Added
3
+
- Added `toMap()` method in `AdjustAttribution` class to get all its field in a `Map<String, String>` (thanks to @ntsk).
4
+
- Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking `processDeeplink(Uri url, Context context, OnDeeplinkResolvedListener callback)` method of the `Adjust` instance.
5
+
6
+
---
7
+
1
8
### Version 4.37.1 (11th December 2023)
2
9
#### Fixed
3
10
- Added null check for the `OnDeviceIdsRead` callback object passed to `Adjust.getGoogleAdId` method to avoid `NullPointerException`.
0 commit comments