Skip to content

Commit 55f1a0e

Browse files
authored
Merge pull request #274 from adjust/v541
Version 5.4.1
2 parents b50ffcf + 310a20c commit 55f1a0e

File tree

17 files changed

+553
-450
lines changed

17 files changed

+553
-450
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### Version 5.4.1 (28th July 2025)
2+
#### Added
3+
- Added support for Google On-Device-Measurement. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/react-native/plugins/google-odm).
4+
- Optimized the logic behind the `processAndResolveDeeplink` method to immediately return links that have already been resolved.
5+
6+
#### Changed
7+
- Updated the Adjust Signature library version to 3.47.0.
8+
9+
#### Native SDKs
10+
- [[email protected]][ios_sdk_v5.4.1]
11+
- [[email protected]][android_sdk_v5.4.1]
12+
13+
----
14+
115
### Version 5.4.0 (18th June 2025)
216
#### Added
317
- Added support for configuring store information via the `AdjustStoreInfo` object. You can now specify the store name and store app ID via `setStoreInfo` method on your `AdjustConfig` instance. This enables the SDK to record the intended app store source during initialization. For more details about this feature, refer to the [official documentation](https://dev.adjust.com/en/sdk/react-native/setup/store-type).
@@ -749,6 +763,7 @@ In case you were using beta version of the SDK v5, please switch to the official
749763
[ios_sdk_v5.0.2]: https://github.com/adjust/ios_sdk/tree/v5.0.2
750764
[ios_sdk_v5.1.1]: https://github.com/adjust/ios_sdk/tree/v5.1.1
751765
[ios_sdk_v5.4.0]: https://github.com/adjust/ios_sdk/tree/v5.4.0
766+
[ios_sdk_v5.4.1]: https://github.com/adjust/ios_sdk/tree/v5.4.1
752767

753768
[android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4
754769
[android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0
@@ -791,3 +806,4 @@ In case you were using beta version of the SDK v5, please switch to the official
791806
[android_sdk_v5.0.2]: https://github.com/adjust/android_sdk/tree/v5.0.2
792807
[android_sdk_v5.1.0]: https://github.com/adjust/android_sdk/tree/v5.1.0
793808
[android_sdk_v5.4.0]: https://github.com/adjust/android_sdk/tree/v5.4.0
809+
[android_sdk_v5.4.1]: https://github.com/adjust/android_sdk/tree/v5.4.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.0
1+
5.4.1

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ android {
2727

2828
dependencies {
2929
implementation 'com.facebook.react:react-native:+'
30-
implementation 'com.adjust.sdk:adjust-android:5.4.0'
30+
implementation 'com.adjust.sdk:adjust-android:5.4.1'
3131
}

0 commit comments

Comments
 (0)