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- 4.29.3
1+ 4.29.4
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Adjust.getAmazonAdId = function(callback) {
132132} ;
133133
134134Adjust . getSdkVersion = function ( callback ) {
135- module_adjust . getSdkVersion ( "react-native4.29.3 " , callback ) ;
135+ module_adjust . getSdkVersion ( "react-native4.29.4 " , callback ) ;
136136} ;
137137
138138Adjust . setReferrer = function ( referrer ) {
@@ -234,7 +234,7 @@ Adjust.onPause = function(testParam) {
234234// AdjustConfig
235235
236236var AdjustConfig = function ( appToken , environment ) {
237- this . sdkPrefix = "react-native4.29.3 " ;
237+ this . sdkPrefix = "react-native4.29.4 " ;
238238 this . appToken = appToken ;
239239 this . environment = environment ;
240240 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" : " 4.29.3 " ,
4+ "version" : " 4.29.4 " ,
55 "main" : " index.js" ,
66 "author" : " Adjust GmbH" ,
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" : " 4.29.3 " ,
4+ "version" : " 4.29.4 " ,
55 "main" : " index.js" ,
66 "author" : " Adjust GmbH" ,
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" : " 4.29.3 " ,
4+ "version" : " 4.29.4 " ,
55 "author" : " Adjust GmbH" ,
66 "license" : " MIT" ,
77 "keywords" : [
You can’t perform that action at this time.
0 commit comments