react-native-adjust
Advanced tools
Comparing version 4.29.1 to 4.29.2
@@ -0,1 +1,11 @@ | ||
### Version 4.29.2 (26th July 2021) | ||
#### Fixed | ||
- Removed accidentally added `create-react-native-app` plugin dependency (thanks to @kelleyvanevert). | ||
#### Native SDKs | ||
- [iOS@v4.29.3][ios_sdk_v4.29.3] | ||
- [Android@v4.28.3][android_sdk_v4.28.3] | ||
--- | ||
### Version 4.29.1 (21st July 2021) | ||
@@ -2,0 +12,0 @@ #### Fixed |
@@ -135,3 +135,3 @@ 'use strict'; | ||
Adjust.getSdkVersion = function(callback) { | ||
module_adjust.getSdkVersion("react-native4.29.1", callback); | ||
module_adjust.getSdkVersion("react-native4.29.2", callback); | ||
}; | ||
@@ -238,3 +238,3 @@ | ||
var AdjustConfig = function(appToken, environment) { | ||
this.sdkPrefix = "react-native4.29.1"; | ||
this.sdkPrefix = "react-native4.29.2"; | ||
this.appToken = appToken; | ||
@@ -241,0 +241,0 @@ this.environment = environment; |
{ | ||
"name": "react-native-adjust", | ||
"description": "Adjust React Native SDK", | ||
"version": "4.29.1", | ||
"version": "4.29.2", | ||
"main": "index.js", | ||
@@ -21,6 +21,3 @@ "author": "Adjust GmbH", | ||
"url": "git://github.com/adjust/react_native_sdk.git" | ||
}, | ||
"dependencies": { | ||
"create-react-native-app": "^3.5.3" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1064451
0
- Removedcreate-react-native-app@^3.5.3
- Removedcreate-react-native-app@3.9.0(transitive)