File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 5.4.3
1+ 5.4.4
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ Adjust.getLastDeeplink = function(callback) {
154154} ;
155155
156156Adjust . getSdkVersion = function ( callback ) {
157- module_adjust . getSdkVersion ( "react-native5.4.3 " , callback ) ;
157+ module_adjust . getSdkVersion ( "react-native5.4.4 " , callback ) ;
158158} ;
159159
160160Adjust . componentWillUnmount = function ( ) {
@@ -329,7 +329,7 @@ Adjust.teardown = function(testParam) {
329329
330330var AdjustConfig = function ( appToken , environment ) {
331331 // common
332- this . sdkPrefix = "react-native5.4.3 " ;
332+ this . sdkPrefix = "react-native5.4.4 " ;
333333 this . appToken = appToken ;
334334 this . environment = environment ;
335335 this . logLevel = null ;
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-adjust" ,
33 "description" : " Adjust React Native SDK" ,
4- "version" : " 5.4.3 " ,
4+ "version" : " 5.4.4 " ,
55 "main" : " index.js" ,
66 "author" : " Adjust" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-adjust-oaid" ,
33 "description" : " Adjust React Native OAID plugin" ,
4- "version" : " 5.4.3 " ,
4+ "version" : " 5.4.4 " ,
55 "main" : " index.js" ,
66 "author" : " Adjust" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-adjust-test" ,
33 "description" : " Adjust Test Plugin For React Native SDK" ,
4- "version" : " 5.4.3 " ,
4+ "version" : " 5.4.4 " ,
55 "author" : " Adjust" ,
66 "license" : " MIT" ,
77 "keywords" : [
You can’t perform that action at this time.
0 commit comments