react-native-adjust
Advanced tools
Comparing version 4.26.0 to 4.28.0
@@ -0,1 +1,11 @@ | ||
### Version 4.28.0 (1th April 2021) | ||
#### Changed | ||
- Removed native iOS legacy code. | ||
#### Native SDKs | ||
- [iOS@v4.28.0][ios_sdk_v4.28.0] | ||
- [Android@v4.27.0][android_sdk_v4.27.0] | ||
--- | ||
### Version 4.26.0 (18th February 2021) | ||
@@ -403,2 +413,3 @@ #### Added | ||
[ios_sdk_v4.26.1]: https://github.com/adjust/ios_sdk/tree/v4.26.1 | ||
[ios_sdk_v4.28.0]: https://github.com/adjust/ios_sdk/tree/v4.28.0 | ||
@@ -427,1 +438,2 @@ [android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4 | ||
[android_sdk_v4.26.2]: https://github.com/adjust/android_sdk/tree/v4.26.2 | ||
[android_sdk_v4.27.0]: https://github.com/adjust/android_sdk/tree/v4.27.0 |
@@ -129,3 +129,3 @@ 'use strict'; | ||
Adjust.getSdkVersion = function(callback) { | ||
module_adjust.getSdkVersion("react-native4.26.0", callback); | ||
module_adjust.getSdkVersion("react-native4.28.0", callback); | ||
}; | ||
@@ -232,3 +232,3 @@ | ||
var AdjustConfig = function(appToken, environment) { | ||
this.sdkPrefix = "react-native4.26.0"; | ||
this.sdkPrefix = "react-native4.28.0"; | ||
this.appToken = appToken; | ||
@@ -235,0 +235,0 @@ this.environment = environment; |
{ | ||
"name": "react-native-adjust", | ||
"description": "Adjust React Native SDK", | ||
"version": "4.26.0", | ||
"version": "4.28.0", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "author": "Adjust GmbH", |
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
Sorry, the diff of this file is not supported yet
110
997660