react-native-adjust
Advanced tools
Comparing version 4.38.0 to 4.38.1
@@ -0,1 +1,14 @@ | ||
### Version 4.38.1 (30th April 2024) | ||
#### Added | ||
- Added sending of the additional iOS SDK observability parameters for debugging purposes. | ||
#### Fixed | ||
- Removed nullability type specifier warnings (https://github.com/adjust/ios_sdk/issues/703). | ||
#### Native SDKs | ||
- [iOS@v4.38.2][ios_sdk_v4.38.2] | ||
- [Android@v4.38.3][android_sdk_v4.38.3] | ||
--- | ||
### Version 4.38.0 (27th March 2024) | ||
@@ -648,2 +661,3 @@ #### Added | ||
[ios_sdk_v4.38.0]: https://github.com/adjust/ios_sdk/tree/v4.38.0 | ||
[ios_sdk_v4.38.2]: https://github.com/adjust/ios_sdk/tree/v4.38.2 | ||
@@ -650,0 +664,0 @@ [android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4 |
@@ -139,3 +139,3 @@ 'use strict'; | ||
Adjust.getSdkVersion = function(callback) { | ||
module_adjust.getSdkVersion("react-native4.38.0", callback); | ||
module_adjust.getSdkVersion("react-native4.38.1", callback); | ||
}; | ||
@@ -284,3 +284,3 @@ | ||
var AdjustConfig = function(appToken, environment) { | ||
this.sdkPrefix = "react-native4.38.0"; | ||
this.sdkPrefix = "react-native4.38.1"; | ||
this.appToken = appToken; | ||
@@ -287,0 +287,0 @@ this.environment = environment; |
{ | ||
"name": "react-native-adjust", | ||
"description": "Adjust React Native SDK", | ||
"version": "4.38.0", | ||
"version": "4.38.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "author": "Adjust", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1228810