Skip to content

Commit bd4fe59

Browse files
authored
Merge pull request #275 from adjust/v542
Version 5.4.2
2 parents 55f1a0e + 20b5190 commit bd4fe59

File tree

15 files changed

+43
-28
lines changed

15 files changed

+43
-28
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### Version 5.4.2 (12th August 2025)
2+
#### Fixed
3+
- Fixed first session delay pre-init actions array lazy initialization.
4+
5+
#### Changed
6+
- Updated purchase verification handler (internal changes).
7+
8+
#### Native SDKs
9+
- [[email protected]][ios_sdk_v5.4.3]
10+
- [[email protected]][android_sdk_v5.4.2]
11+
12+
---
13+
114
### Version 5.4.1 (28th July 2025)
215
#### Added
316
- 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).
@@ -764,6 +777,7 @@ In case you were using beta version of the SDK v5, please switch to the official
764777
[ios_sdk_v5.1.1]: https://github.com/adjust/ios_sdk/tree/v5.1.1
765778
[ios_sdk_v5.4.0]: https://github.com/adjust/ios_sdk/tree/v5.4.0
766779
[ios_sdk_v5.4.1]: https://github.com/adjust/ios_sdk/tree/v5.4.1
780+
[ios_sdk_v5.4.3]: https://github.com/adjust/ios_sdk/tree/v5.4.3
767781

768782
[android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4
769783
[android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0
@@ -807,3 +821,4 @@ In case you were using beta version of the SDK v5, please switch to the official
807821
[android_sdk_v5.1.0]: https://github.com/adjust/android_sdk/tree/v5.1.0
808822
[android_sdk_v5.4.0]: https://github.com/adjust/android_sdk/tree/v5.4.0
809823
[android_sdk_v5.4.1]: https://github.com/adjust/android_sdk/tree/v5.4.1
824+
[android_sdk_v5.4.2]: https://github.com/adjust/android_sdk/tree/v5.4.2

VERSION

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

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.1'
30+
implementation 'com.adjust.sdk:adjust-android:5.4.2'
3131
}

example/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Adjust (5.4.1):
3-
- Adjust/Adjust (= 5.4.1)
4-
- Adjust/Adjust (5.4.1):
2+
- Adjust (5.4.3):
3+
- Adjust/Adjust (= 5.4.3)
4+
- Adjust/Adjust (5.4.3):
55
- AdjustSignature (= 3.47.0)
66
- AdjustSignature (3.47.0)
77
- boost (1.84.0)
@@ -1337,8 +1337,8 @@ PODS:
13371337
- React-jsiexecutor
13381338
- React-RCTFBReactNativeSpec
13391339
- ReactCommon/turbomodule/core
1340-
- react-native-adjust (5.4.1):
1341-
- Adjust (= 5.4.1)
1340+
- react-native-adjust (5.4.2):
1341+
- Adjust (= 5.4.3)
13421342
- React-Core
13431343
- React-NativeModulesApple (0.79.2):
13441344
- glog
@@ -1892,7 +1892,7 @@ EXTERNAL SOURCES:
18921892
:path: "../node_modules/react-native/ReactCommon/yoga"
18931893

18941894
SPEC CHECKSUMS:
1895-
Adjust: 1ff981e84ae1306f8cce30e0661b3997dad1b85c
1895+
Adjust: c45e9ad1074b970df6ab78b1c2d17fd0338b4645
18961896
AdjustSignature: d634fc6b66295c38807f3b4e50978c1f72355950
18971897
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
18981898
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
@@ -1932,7 +1932,7 @@ SPEC CHECKSUMS:
19321932
React-logger: 8edfcedc100544791cd82692ca5a574240a16219
19331933
React-Mapbuffer: c3f4b608e4a59dd2f6a416ef4d47a14400194468
19341934
React-microtasksnativemodule: 054f34e9b82f02bd40f09cebd4083828b5b2beb6
1935-
react-native-adjust: 29c5c849f5d45d7c2d6f74da916478bbeb00b8fb
1935+
react-native-adjust: ae71c7d5c53cc9bce42c858f97f1c0e3c3274b2a
19361936
React-NativeModulesApple: 2c4377e139522c3d73f5df582e4f051a838ff25e
19371937
React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c
19381938
React-perflogger: 9a151e0b4c933c9205fd648c246506a83f31395d

ext/android/sdk

Submodule sdk updated 34 files

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Adjust.getLastDeeplink = function(callback) {
154154
};
155155

156156
Adjust.getSdkVersion = function(callback) {
157-
module_adjust.getSdkVersion("react-native5.4.1", callback);
157+
module_adjust.getSdkVersion("react-native5.4.2", callback);
158158
};
159159

160160
Adjust.componentWillUnmount = function() {
@@ -329,7 +329,7 @@ Adjust.teardown = function(testParam) {
329329

330330
var AdjustConfig = function(appToken, environment) {
331331
// common
332-
this.sdkPrefix = "react-native5.4.1";
332+
this.sdkPrefix = "react-native5.4.2";
333333
this.appToken = appToken;
334334
this.environment = environment;
335335
this.logLevel = null;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-adjust",
33
"description": "Adjust React Native SDK",
4-
"version": "5.4.1",
4+
"version": "5.4.2",
55
"main": "index.js",
66
"author": "Adjust",
77
"license": "MIT",

plugins/oaid/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ android {
2828
dependencies {
2929
implementation fileTree(dir: 'libs', include: ['*.jar'])
3030
implementation 'com.facebook.react:react-native:+'
31-
implementation 'com.adjust.sdk:adjust-android-oaid:5.4.1'
31+
implementation 'com.adjust.sdk:adjust-android-oaid:5.4.2'
3232
}

plugins/oaid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-adjust-oaid",
33
"description": "Adjust React Native OAID plugin",
4-
"version": "5.4.1",
4+
"version": "5.4.2",
55
"main": "index.js",
66
"author": "Adjust",
77
"license": "MIT",

0 commit comments

Comments
 (0)