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.26 .0
1
+ 4.28 .0
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Adjust.getAmazonAdId = function(callback) {
126
126
} ;
127
127
128
128
Adjust . getSdkVersion = function ( callback ) {
129
- module_adjust . getSdkVersion ( "react-native4.26 .0" , callback ) ;
129
+ module_adjust . getSdkVersion ( "react-native4.28 .0" , callback ) ;
130
130
} ;
131
131
132
132
Adjust . setReferrer = function ( referrer ) {
@@ -228,7 +228,7 @@ Adjust.onPause = function(testParam) {
228
228
// AdjustConfig
229
229
230
230
var AdjustConfig = function ( appToken , environment ) {
231
- this . sdkPrefix = "react-native4.26 .0" ;
231
+ this . sdkPrefix = "react-native4.28 .0" ;
232
232
this . appToken = appToken ;
233
233
this . environment = environment ;
234
234
this . logLevel = null ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-adjust" ,
3
3
"description" : " Adjust React Native SDK" ,
4
- "version" : " 4.26 .0" ,
4
+ "version" : " 4.28 .0" ,
5
5
"main" : " index.js" ,
6
6
"author" : " Adjust GmbH" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-adjust-oaid" ,
3
3
"description" : " Adjust React Native OAID plugin" ,
4
- "version" : " 4.26 .0" ,
4
+ "version" : " 4.28 .0" ,
5
5
"main" : " index.js" ,
6
6
"author" : " Adjust GmbH" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-adjust-test" ,
3
3
"description" : " Adjust Test Plugin For React Native SDK" ,
4
- "version" : " 4.26 .0" ,
4
+ "version" : " 4.28 .0" ,
5
5
"author" : " Adjust GmbH" ,
6
6
"license" : " MIT" ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments