react-native-adjust
Advanced tools
Comparing version 4.37.0 to 4.37.1
@@ -0,1 +1,11 @@ | ||
### Version 4.37.1 (30th January 2024) | ||
#### Fixed | ||
- Marked all Android method parameters as `final` to address compilation errors when trying to access a callback inside of the inner class (https://github.com/adjust/react_native_sdk/issues/226). | ||
#### Native SDKs | ||
- [iOS@v4.37.0][ios_sdk_v4.37.0] | ||
- [Android@v4.38.1][android_sdk_v4.38.1] | ||
--- | ||
### Version 4.37.0 (30th January 2024) | ||
@@ -2,0 +12,0 @@ #### Added |
@@ -139,3 +139,3 @@ 'use strict'; | ||
Adjust.getSdkVersion = function(callback) { | ||
module_adjust.getSdkVersion("react-native4.37.0", callback); | ||
module_adjust.getSdkVersion("react-native4.37.1", callback); | ||
}; | ||
@@ -284,3 +284,3 @@ | ||
var AdjustConfig = function(appToken, environment) { | ||
this.sdkPrefix = "react-native4.37.0"; | ||
this.sdkPrefix = "react-native4.37.1"; | ||
this.appToken = appToken; | ||
@@ -287,0 +287,0 @@ this.environment = environment; |
{ | ||
"name": "react-native-adjust", | ||
"description": "Adjust React Native SDK", | ||
"version": "4.37.0", | ||
"version": "4.37.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
1211335