react-native-applovin-max 2.5.3 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -41,8 +41,8 @@ android {
41
41
  defaultConfig {
42
42
  minSdkVersion 16
43
43
  targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
44
- versionCode 2050300
45
- versionName "2.5.3"
44
+ versionCode 3000200
45
+ versionName "3.0.2"
46
46
  }
47
47
 
48
48
  flavorDimensions("default")
@@ -150,5 +150,5 @@ dependencies {
150
150
 
151
151
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
152
152
 
153
- implementation 'com.applovin:applovin-sdk:10.3.5'
153
+ implementation 'com.applovin:applovin-sdk:11.3.2'
154
154
  }
package/ios/AppLovinMAX.m CHANGED
@@ -1094,7 +1094,7 @@ RCT_EXPORT_METHOD(setRewardedAdExtraParameter:(NSString *)adUnitIdentifier :(NSS
1094
1094
  }
1095
1095
 
1096
1096
  // If publisher actually provided a banner background color, span the banner across the realm
1097
- if ( self.publisherBannerBackgroundColor && adFormat != MAAdFormat.mrec )
1097
+ if ( self.publisherBannerBackgroundColor && adFormat != MAAdFormat.mrec && CGPointEqualToPoint(adViewOffset, CGPointZero) )
1098
1098
  {
1099
1099
  [constraints addObjectsFromArray: @[[adView.widthAnchor constraintEqualToConstant: adViewWidth],
1100
1100
  [adView.centerXAnchor constraintEqualToAnchor: layoutGuide.centerXAnchor],
@@ -1103,13 +1103,13 @@ RCT_EXPORT_METHOD(setRewardedAdExtraParameter:(NSString *)adUnitIdentifier :(NSS
1103
1103
 
1104
1104
  if ( [adViewPosition isEqual: @"top_center"] )
1105
1105
  {
1106
- [constraints addObjectsFromArray: @[[adView.topAnchor constraintEqualToAnchor: layoutGuide.topAnchor constant: yOffset],
1106
+ [constraints addObjectsFromArray: @[[adView.topAnchor constraintEqualToAnchor: layoutGuide.topAnchor],
1107
1107
  [self.safeAreaBackground.topAnchor constraintEqualToAnchor: superview.topAnchor],
1108
1108
  [self.safeAreaBackground.bottomAnchor constraintEqualToAnchor: adView.topAnchor]]];
1109
1109
  }
1110
1110
  else // bottom_center
1111
1111
  {
1112
- [constraints addObjectsFromArray: @[[adView.bottomAnchor constraintEqualToAnchor: layoutGuide.bottomAnchor constant: yOffset],
1112
+ [constraints addObjectsFromArray: @[[adView.bottomAnchor constraintEqualToAnchor: layoutGuide.bottomAnchor],
1113
1113
  [self.safeAreaBackground.topAnchor constraintEqualToAnchor: adView.bottomAnchor],
1114
1114
  [self.safeAreaBackground.bottomAnchor constraintEqualToAnchor: superview.bottomAnchor]]];
1115
1115
  }
package/ios/Podfile CHANGED
@@ -35,6 +35,6 @@ target 'AppLovinMAX' do
35
35
  pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
36
36
  pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
37
37
 
38
- pod 'AppLovinSDK', '10.3.7'
38
+ pod 'AppLovinSDK', '11.3.2'
39
39
 
40
40
  end
package/ios/Podfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PODS:
2
- - AppLovinSDK (10.3.1)
2
+ - AppLovinSDK (11.3.2)
3
3
  - boost-for-react-native (1.63.0)
4
4
  - DoubleConversion (1.1.6)
5
- - FBLazyVector (0.63.1)
6
- - FBReactNativeSpec (0.63.1):
5
+ - FBLazyVector (0.63.4)
6
+ - FBReactNativeSpec (0.63.4):
7
7
  - Folly (= 2020.01.13.00)
8
- - RCTRequired (= 0.63.1)
9
- - RCTTypeSafety (= 0.63.1)
10
- - React-Core (= 0.63.1)
11
- - React-jsi (= 0.63.1)
12
- - ReactCommon/turbomodule/core (= 0.63.1)
8
+ - RCTRequired (= 0.63.4)
9
+ - RCTTypeSafety (= 0.63.4)
10
+ - React-Core (= 0.63.4)
11
+ - React-jsi (= 0.63.4)
12
+ - ReactCommon/turbomodule/core (= 0.63.4)
13
13
  - Folly (2020.01.13.00):
14
14
  - boost-for-react-native
15
15
  - DoubleConversion
@@ -20,236 +20,236 @@ PODS:
20
20
  - DoubleConversion
21
21
  - glog
22
22
  - glog (0.3.5)
23
- - RCTRequired (0.63.1)
24
- - RCTTypeSafety (0.63.1):
25
- - FBLazyVector (= 0.63.1)
23
+ - RCTRequired (0.63.4)
24
+ - RCTTypeSafety (0.63.4):
25
+ - FBLazyVector (= 0.63.4)
26
26
  - Folly (= 2020.01.13.00)
27
- - RCTRequired (= 0.63.1)
28
- - React-Core (= 0.63.1)
29
- - React (0.63.1):
30
- - React-Core (= 0.63.1)
31
- - React-Core/DevSupport (= 0.63.1)
32
- - React-Core/RCTWebSocket (= 0.63.1)
33
- - React-RCTActionSheet (= 0.63.1)
34
- - React-RCTAnimation (= 0.63.1)
35
- - React-RCTBlob (= 0.63.1)
36
- - React-RCTImage (= 0.63.1)
37
- - React-RCTLinking (= 0.63.1)
38
- - React-RCTNetwork (= 0.63.1)
39
- - React-RCTSettings (= 0.63.1)
40
- - React-RCTText (= 0.63.1)
41
- - React-RCTVibration (= 0.63.1)
42
- - React-callinvoker (0.63.1)
43
- - React-Core (0.63.1):
27
+ - RCTRequired (= 0.63.4)
28
+ - React-Core (= 0.63.4)
29
+ - React (0.63.4):
30
+ - React-Core (= 0.63.4)
31
+ - React-Core/DevSupport (= 0.63.4)
32
+ - React-Core/RCTWebSocket (= 0.63.4)
33
+ - React-RCTActionSheet (= 0.63.4)
34
+ - React-RCTAnimation (= 0.63.4)
35
+ - React-RCTBlob (= 0.63.4)
36
+ - React-RCTImage (= 0.63.4)
37
+ - React-RCTLinking (= 0.63.4)
38
+ - React-RCTNetwork (= 0.63.4)
39
+ - React-RCTSettings (= 0.63.4)
40
+ - React-RCTText (= 0.63.4)
41
+ - React-RCTVibration (= 0.63.4)
42
+ - React-callinvoker (0.63.4)
43
+ - React-Core (0.63.4):
44
44
  - Folly (= 2020.01.13.00)
45
45
  - glog
46
- - React-Core/Default (= 0.63.1)
47
- - React-cxxreact (= 0.63.1)
48
- - React-jsi (= 0.63.1)
49
- - React-jsiexecutor (= 0.63.1)
46
+ - React-Core/Default (= 0.63.4)
47
+ - React-cxxreact (= 0.63.4)
48
+ - React-jsi (= 0.63.4)
49
+ - React-jsiexecutor (= 0.63.4)
50
50
  - Yoga
51
- - React-Core/CoreModulesHeaders (0.63.1):
51
+ - React-Core/CoreModulesHeaders (0.63.4):
52
52
  - Folly (= 2020.01.13.00)
53
53
  - glog
54
54
  - React-Core/Default
55
- - React-cxxreact (= 0.63.1)
56
- - React-jsi (= 0.63.1)
57
- - React-jsiexecutor (= 0.63.1)
55
+ - React-cxxreact (= 0.63.4)
56
+ - React-jsi (= 0.63.4)
57
+ - React-jsiexecutor (= 0.63.4)
58
58
  - Yoga
59
- - React-Core/Default (0.63.1):
59
+ - React-Core/Default (0.63.4):
60
60
  - Folly (= 2020.01.13.00)
61
61
  - glog
62
- - React-cxxreact (= 0.63.1)
63
- - React-jsi (= 0.63.1)
64
- - React-jsiexecutor (= 0.63.1)
62
+ - React-cxxreact (= 0.63.4)
63
+ - React-jsi (= 0.63.4)
64
+ - React-jsiexecutor (= 0.63.4)
65
65
  - Yoga
66
- - React-Core/DevSupport (0.63.1):
66
+ - React-Core/DevSupport (0.63.4):
67
67
  - Folly (= 2020.01.13.00)
68
68
  - glog
69
- - React-Core/Default (= 0.63.1)
70
- - React-Core/RCTWebSocket (= 0.63.1)
71
- - React-cxxreact (= 0.63.1)
72
- - React-jsi (= 0.63.1)
73
- - React-jsiexecutor (= 0.63.1)
74
- - React-jsinspector (= 0.63.1)
69
+ - React-Core/Default (= 0.63.4)
70
+ - React-Core/RCTWebSocket (= 0.63.4)
71
+ - React-cxxreact (= 0.63.4)
72
+ - React-jsi (= 0.63.4)
73
+ - React-jsiexecutor (= 0.63.4)
74
+ - React-jsinspector (= 0.63.4)
75
75
  - Yoga
76
- - React-Core/RCTActionSheetHeaders (0.63.1):
76
+ - React-Core/RCTActionSheetHeaders (0.63.4):
77
77
  - Folly (= 2020.01.13.00)
78
78
  - glog
79
79
  - React-Core/Default
80
- - React-cxxreact (= 0.63.1)
81
- - React-jsi (= 0.63.1)
82
- - React-jsiexecutor (= 0.63.1)
80
+ - React-cxxreact (= 0.63.4)
81
+ - React-jsi (= 0.63.4)
82
+ - React-jsiexecutor (= 0.63.4)
83
83
  - Yoga
84
- - React-Core/RCTAnimationHeaders (0.63.1):
84
+ - React-Core/RCTAnimationHeaders (0.63.4):
85
85
  - Folly (= 2020.01.13.00)
86
86
  - glog
87
87
  - React-Core/Default
88
- - React-cxxreact (= 0.63.1)
89
- - React-jsi (= 0.63.1)
90
- - React-jsiexecutor (= 0.63.1)
88
+ - React-cxxreact (= 0.63.4)
89
+ - React-jsi (= 0.63.4)
90
+ - React-jsiexecutor (= 0.63.4)
91
91
  - Yoga
92
- - React-Core/RCTBlobHeaders (0.63.1):
92
+ - React-Core/RCTBlobHeaders (0.63.4):
93
93
  - Folly (= 2020.01.13.00)
94
94
  - glog
95
95
  - React-Core/Default
96
- - React-cxxreact (= 0.63.1)
97
- - React-jsi (= 0.63.1)
98
- - React-jsiexecutor (= 0.63.1)
96
+ - React-cxxreact (= 0.63.4)
97
+ - React-jsi (= 0.63.4)
98
+ - React-jsiexecutor (= 0.63.4)
99
99
  - Yoga
100
- - React-Core/RCTImageHeaders (0.63.1):
100
+ - React-Core/RCTImageHeaders (0.63.4):
101
101
  - Folly (= 2020.01.13.00)
102
102
  - glog
103
103
  - React-Core/Default
104
- - React-cxxreact (= 0.63.1)
105
- - React-jsi (= 0.63.1)
106
- - React-jsiexecutor (= 0.63.1)
104
+ - React-cxxreact (= 0.63.4)
105
+ - React-jsi (= 0.63.4)
106
+ - React-jsiexecutor (= 0.63.4)
107
107
  - Yoga
108
- - React-Core/RCTLinkingHeaders (0.63.1):
108
+ - React-Core/RCTLinkingHeaders (0.63.4):
109
109
  - Folly (= 2020.01.13.00)
110
110
  - glog
111
111
  - React-Core/Default
112
- - React-cxxreact (= 0.63.1)
113
- - React-jsi (= 0.63.1)
114
- - React-jsiexecutor (= 0.63.1)
112
+ - React-cxxreact (= 0.63.4)
113
+ - React-jsi (= 0.63.4)
114
+ - React-jsiexecutor (= 0.63.4)
115
115
  - Yoga
116
- - React-Core/RCTNetworkHeaders (0.63.1):
116
+ - React-Core/RCTNetworkHeaders (0.63.4):
117
117
  - Folly (= 2020.01.13.00)
118
118
  - glog
119
119
  - React-Core/Default
120
- - React-cxxreact (= 0.63.1)
121
- - React-jsi (= 0.63.1)
122
- - React-jsiexecutor (= 0.63.1)
120
+ - React-cxxreact (= 0.63.4)
121
+ - React-jsi (= 0.63.4)
122
+ - React-jsiexecutor (= 0.63.4)
123
123
  - Yoga
124
- - React-Core/RCTSettingsHeaders (0.63.1):
124
+ - React-Core/RCTSettingsHeaders (0.63.4):
125
125
  - Folly (= 2020.01.13.00)
126
126
  - glog
127
127
  - React-Core/Default
128
- - React-cxxreact (= 0.63.1)
129
- - React-jsi (= 0.63.1)
130
- - React-jsiexecutor (= 0.63.1)
128
+ - React-cxxreact (= 0.63.4)
129
+ - React-jsi (= 0.63.4)
130
+ - React-jsiexecutor (= 0.63.4)
131
131
  - Yoga
132
- - React-Core/RCTTextHeaders (0.63.1):
132
+ - React-Core/RCTTextHeaders (0.63.4):
133
133
  - Folly (= 2020.01.13.00)
134
134
  - glog
135
135
  - React-Core/Default
136
- - React-cxxreact (= 0.63.1)
137
- - React-jsi (= 0.63.1)
138
- - React-jsiexecutor (= 0.63.1)
136
+ - React-cxxreact (= 0.63.4)
137
+ - React-jsi (= 0.63.4)
138
+ - React-jsiexecutor (= 0.63.4)
139
139
  - Yoga
140
- - React-Core/RCTVibrationHeaders (0.63.1):
140
+ - React-Core/RCTVibrationHeaders (0.63.4):
141
141
  - Folly (= 2020.01.13.00)
142
142
  - glog
143
143
  - React-Core/Default
144
- - React-cxxreact (= 0.63.1)
145
- - React-jsi (= 0.63.1)
146
- - React-jsiexecutor (= 0.63.1)
144
+ - React-cxxreact (= 0.63.4)
145
+ - React-jsi (= 0.63.4)
146
+ - React-jsiexecutor (= 0.63.4)
147
147
  - Yoga
148
- - React-Core/RCTWebSocket (0.63.1):
148
+ - React-Core/RCTWebSocket (0.63.4):
149
149
  - Folly (= 2020.01.13.00)
150
150
  - glog
151
- - React-Core/Default (= 0.63.1)
152
- - React-cxxreact (= 0.63.1)
153
- - React-jsi (= 0.63.1)
154
- - React-jsiexecutor (= 0.63.1)
151
+ - React-Core/Default (= 0.63.4)
152
+ - React-cxxreact (= 0.63.4)
153
+ - React-jsi (= 0.63.4)
154
+ - React-jsiexecutor (= 0.63.4)
155
155
  - Yoga
156
- - React-CoreModules (0.63.1):
157
- - FBReactNativeSpec (= 0.63.1)
156
+ - React-CoreModules (0.63.4):
157
+ - FBReactNativeSpec (= 0.63.4)
158
158
  - Folly (= 2020.01.13.00)
159
- - RCTTypeSafety (= 0.63.1)
160
- - React-Core/CoreModulesHeaders (= 0.63.1)
161
- - React-jsi (= 0.63.1)
162
- - React-RCTImage (= 0.63.1)
163
- - ReactCommon/turbomodule/core (= 0.63.1)
164
- - React-cxxreact (0.63.1):
159
+ - RCTTypeSafety (= 0.63.4)
160
+ - React-Core/CoreModulesHeaders (= 0.63.4)
161
+ - React-jsi (= 0.63.4)
162
+ - React-RCTImage (= 0.63.4)
163
+ - ReactCommon/turbomodule/core (= 0.63.4)
164
+ - React-cxxreact (0.63.4):
165
165
  - boost-for-react-native (= 1.63.0)
166
166
  - DoubleConversion
167
167
  - Folly (= 2020.01.13.00)
168
168
  - glog
169
- - React-callinvoker (= 0.63.1)
170
- - React-jsinspector (= 0.63.1)
171
- - React-jsi (0.63.1):
169
+ - React-callinvoker (= 0.63.4)
170
+ - React-jsinspector (= 0.63.4)
171
+ - React-jsi (0.63.4):
172
172
  - boost-for-react-native (= 1.63.0)
173
173
  - DoubleConversion
174
174
  - Folly (= 2020.01.13.00)
175
175
  - glog
176
- - React-jsi/Default (= 0.63.1)
177
- - React-jsi/Default (0.63.1):
176
+ - React-jsi/Default (= 0.63.4)
177
+ - React-jsi/Default (0.63.4):
178
178
  - boost-for-react-native (= 1.63.0)
179
179
  - DoubleConversion
180
180
  - Folly (= 2020.01.13.00)
181
181
  - glog
182
- - React-jsiexecutor (0.63.1):
182
+ - React-jsiexecutor (0.63.4):
183
183
  - DoubleConversion
184
184
  - Folly (= 2020.01.13.00)
185
185
  - glog
186
- - React-cxxreact (= 0.63.1)
187
- - React-jsi (= 0.63.1)
188
- - React-jsinspector (0.63.1)
189
- - React-RCTActionSheet (0.63.1):
190
- - React-Core/RCTActionSheetHeaders (= 0.63.1)
191
- - React-RCTAnimation (0.63.1):
192
- - FBReactNativeSpec (= 0.63.1)
186
+ - React-cxxreact (= 0.63.4)
187
+ - React-jsi (= 0.63.4)
188
+ - React-jsinspector (0.63.4)
189
+ - React-RCTActionSheet (0.63.4):
190
+ - React-Core/RCTActionSheetHeaders (= 0.63.4)
191
+ - React-RCTAnimation (0.63.4):
192
+ - FBReactNativeSpec (= 0.63.4)
193
193
  - Folly (= 2020.01.13.00)
194
- - RCTTypeSafety (= 0.63.1)
195
- - React-Core/RCTAnimationHeaders (= 0.63.1)
196
- - React-jsi (= 0.63.1)
197
- - ReactCommon/turbomodule/core (= 0.63.1)
198
- - React-RCTBlob (0.63.1):
199
- - FBReactNativeSpec (= 0.63.1)
194
+ - RCTTypeSafety (= 0.63.4)
195
+ - React-Core/RCTAnimationHeaders (= 0.63.4)
196
+ - React-jsi (= 0.63.4)
197
+ - ReactCommon/turbomodule/core (= 0.63.4)
198
+ - React-RCTBlob (0.63.4):
199
+ - FBReactNativeSpec (= 0.63.4)
200
200
  - Folly (= 2020.01.13.00)
201
- - React-Core/RCTBlobHeaders (= 0.63.1)
202
- - React-Core/RCTWebSocket (= 0.63.1)
203
- - React-jsi (= 0.63.1)
204
- - React-RCTNetwork (= 0.63.1)
205
- - ReactCommon/turbomodule/core (= 0.63.1)
206
- - React-RCTImage (0.63.1):
207
- - FBReactNativeSpec (= 0.63.1)
201
+ - React-Core/RCTBlobHeaders (= 0.63.4)
202
+ - React-Core/RCTWebSocket (= 0.63.4)
203
+ - React-jsi (= 0.63.4)
204
+ - React-RCTNetwork (= 0.63.4)
205
+ - ReactCommon/turbomodule/core (= 0.63.4)
206
+ - React-RCTImage (0.63.4):
207
+ - FBReactNativeSpec (= 0.63.4)
208
208
  - Folly (= 2020.01.13.00)
209
- - RCTTypeSafety (= 0.63.1)
210
- - React-Core/RCTImageHeaders (= 0.63.1)
211
- - React-jsi (= 0.63.1)
212
- - React-RCTNetwork (= 0.63.1)
213
- - ReactCommon/turbomodule/core (= 0.63.1)
214
- - React-RCTLinking (0.63.1):
215
- - FBReactNativeSpec (= 0.63.1)
216
- - React-Core/RCTLinkingHeaders (= 0.63.1)
217
- - React-jsi (= 0.63.1)
218
- - ReactCommon/turbomodule/core (= 0.63.1)
219
- - React-RCTNetwork (0.63.1):
220
- - FBReactNativeSpec (= 0.63.1)
209
+ - RCTTypeSafety (= 0.63.4)
210
+ - React-Core/RCTImageHeaders (= 0.63.4)
211
+ - React-jsi (= 0.63.4)
212
+ - React-RCTNetwork (= 0.63.4)
213
+ - ReactCommon/turbomodule/core (= 0.63.4)
214
+ - React-RCTLinking (0.63.4):
215
+ - FBReactNativeSpec (= 0.63.4)
216
+ - React-Core/RCTLinkingHeaders (= 0.63.4)
217
+ - React-jsi (= 0.63.4)
218
+ - ReactCommon/turbomodule/core (= 0.63.4)
219
+ - React-RCTNetwork (0.63.4):
220
+ - FBReactNativeSpec (= 0.63.4)
221
221
  - Folly (= 2020.01.13.00)
222
- - RCTTypeSafety (= 0.63.1)
223
- - React-Core/RCTNetworkHeaders (= 0.63.1)
224
- - React-jsi (= 0.63.1)
225
- - ReactCommon/turbomodule/core (= 0.63.1)
226
- - React-RCTSettings (0.63.1):
227
- - FBReactNativeSpec (= 0.63.1)
222
+ - RCTTypeSafety (= 0.63.4)
223
+ - React-Core/RCTNetworkHeaders (= 0.63.4)
224
+ - React-jsi (= 0.63.4)
225
+ - ReactCommon/turbomodule/core (= 0.63.4)
226
+ - React-RCTSettings (0.63.4):
227
+ - FBReactNativeSpec (= 0.63.4)
228
228
  - Folly (= 2020.01.13.00)
229
- - RCTTypeSafety (= 0.63.1)
230
- - React-Core/RCTSettingsHeaders (= 0.63.1)
231
- - React-jsi (= 0.63.1)
232
- - ReactCommon/turbomodule/core (= 0.63.1)
233
- - React-RCTText (0.63.1):
234
- - React-Core/RCTTextHeaders (= 0.63.1)
235
- - React-RCTVibration (0.63.1):
236
- - FBReactNativeSpec (= 0.63.1)
229
+ - RCTTypeSafety (= 0.63.4)
230
+ - React-Core/RCTSettingsHeaders (= 0.63.4)
231
+ - React-jsi (= 0.63.4)
232
+ - ReactCommon/turbomodule/core (= 0.63.4)
233
+ - React-RCTText (0.63.4):
234
+ - React-Core/RCTTextHeaders (= 0.63.4)
235
+ - React-RCTVibration (0.63.4):
236
+ - FBReactNativeSpec (= 0.63.4)
237
237
  - Folly (= 2020.01.13.00)
238
- - React-Core/RCTVibrationHeaders (= 0.63.1)
239
- - React-jsi (= 0.63.1)
240
- - ReactCommon/turbomodule/core (= 0.63.1)
241
- - ReactCommon/turbomodule/core (0.63.1):
238
+ - React-Core/RCTVibrationHeaders (= 0.63.4)
239
+ - React-jsi (= 0.63.4)
240
+ - ReactCommon/turbomodule/core (= 0.63.4)
241
+ - ReactCommon/turbomodule/core (0.63.4):
242
242
  - DoubleConversion
243
243
  - Folly (= 2020.01.13.00)
244
244
  - glog
245
- - React-callinvoker (= 0.63.1)
246
- - React-Core (= 0.63.1)
247
- - React-cxxreact (= 0.63.1)
248
- - React-jsi (= 0.63.1)
245
+ - React-callinvoker (= 0.63.4)
246
+ - React-Core (= 0.63.4)
247
+ - React-cxxreact (= 0.63.4)
248
+ - React-jsi (= 0.63.4)
249
249
  - Yoga (1.14.0)
250
250
 
251
251
  DEPENDENCIES:
252
- - AppLovinSDK (= 10.3.1)
252
+ - AppLovinSDK (= 11.3.2)
253
253
  - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
254
254
  - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
255
255
  - FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
@@ -339,35 +339,35 @@ EXTERNAL SOURCES:
339
339
  :path: "../node_modules/react-native/ReactCommon/yoga"
340
340
 
341
341
  SPEC CHECKSUMS:
342
- AppLovinSDK: 25311b26a2bf977a0569235d4aae54e2d39cac09
342
+ AppLovinSDK: e0bf2984979b082f7c167e4babc3290b4eac5f24
343
343
  boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
344
344
  DoubleConversion: cde416483dac037923206447da6e1454df403714
345
- FBLazyVector: a50434c875bd42f2b1c99c712bda892a1dc659c7
346
- FBReactNativeSpec: 393853a536428e05a9da00b6290042f09809b15b
345
+ FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e
346
+ FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e
347
347
  Folly: b73c3869541e86821df3c387eb0af5f65addfab4
348
348
  glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
349
- RCTRequired: d9b1a9e6fa097744ca3ede59f86a35096df7202b
350
- RCTTypeSafety: c227cd061983e9e964115afbc4e8730d6a6f1395
351
- React: 86e972a20967ee4137aa19dc48319405927c2e94
352
- React-callinvoker: 87ee376c25277d74e164ff036b27084e343f3e69
353
- React-Core: f5ec03baf7ed58d9f3ee04a8f84e4c97ee8bf4c9
354
- React-CoreModules: 958898aa8c069280e866e35a2f29480a81fcf335
355
- React-cxxreact: 90de76b9b51575668ad7fd4e33a5a8c143beecc2
356
- React-jsi: b32a31da32e030f30bbf9a8d3a9c8325df9e793f
357
- React-jsiexecutor: 7ab9cdcdd18d57652fb041f8a147fe9658d4e00a
358
- React-jsinspector: 2e28bb487e42dda6c94dbfa0c648d1343767a0fb
359
- React-RCTActionSheet: 1702a1a85e550b5c36e2e03cb2bd3adea053de95
360
- React-RCTAnimation: ddda576010a878865a4eab83a78acd92176ef6a1
361
- React-RCTBlob: 34334384284c81577409d5205bd2b9ff594d8ab6
362
- React-RCTImage: e2a661266dca295cffb33909cc64675a2efedb26
363
- React-RCTLinking: cd39b9b5e9cbb9e827854e30dfa92d7db074cea8
364
- React-RCTNetwork: 16939b7e4058d6f662b304a1f61689e249a2bfcc
365
- React-RCTSettings: 24726a62de0c326f9ebfc3838898a501b87ce711
366
- React-RCTText: 4f95d322b7e6da72817284abf8a2cdcec18b9cd8
367
- React-RCTVibration: f3a9123c244f35c40d3c9f3ec3f0b9e5717bb292
368
- ReactCommon: 2905859f84a94a381bb0d8dd3921ccb1a0047cb8
369
- Yoga: d5bd05a2b6b94c52323745c2c2b64557c8c66f64
349
+ RCTRequired: 082f10cd3f905d6c124597fd1c14f6f2655ff65e
350
+ RCTTypeSafety: 8c9c544ecbf20337d069e4ae7fd9a377aadf504b
351
+ React: b0a957a2c44da4113b0c4c9853d8387f8e64e615
352
+ React-callinvoker: c3f44dd3cb195b6aa46621fff95ded79d59043fe
353
+ React-Core: d3b2a1ac9a2c13c3bcde712d9281fc1c8a5b315b
354
+ React-CoreModules: 0581ff36cb797da0943d424f69e7098e43e9be60
355
+ React-cxxreact: c1480d4fda5720086c90df537ee7d285d4c57ac3
356
+ React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
357
+ React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
358
+ React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
359
+ React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
360
+ React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
361
+ React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0
362
+ React-RCTImage: c1b1f2d3f43a4a528c8946d6092384b5c880d2f0
363
+ React-RCTLinking: 35ae4ab9dc0410d1fcbdce4d7623194a27214fb2
364
+ React-RCTNetwork: 29ec2696f8d8cfff7331fac83d3e893c95ef43ae
365
+ React-RCTSettings: 60f0691bba2074ef394f95d4c2265ec284e0a46a
366
+ React-RCTText: 5c51df3f08cb9dedc6e790161195d12bac06101c
367
+ React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d
368
+ ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
369
+ Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
370
370
 
371
- PODFILE CHECKSUM: 69890e1c59eb0d430a81c416d300e483b1f24035
371
+ PODFILE CHECKSUM: e821f607c6351511f4f5d0bd7cc5b1e9d39a8e0c
372
372
 
373
- COCOAPODS: 1.10.1
373
+ COCOAPODS: 1.11.2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-applovin-max",
3
3
  "author": "AppLovin Corporation",
4
- "version": "2.5.3",
4
+ "version": "3.0.2",
5
5
  "description": "AppLovin MAX React Native Plugin for Android and iOS",
6
6
  "homepage": "https://github.com/AppLovin/AppLovin-MAX-React-Native",
7
7
  "license": "MIT",
@@ -11,10 +11,10 @@ Pod::Spec.new do |s|
11
11
  s.authors = package["author"]
12
12
 
13
13
  s.platforms = { :ios => "10.0" }
14
- s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_2_5_3" }
14
+ s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_3_0_2" }
15
15
 
16
16
  s.source_files = "ios/AppLovinMAX*.{h,m}"
17
17
 
18
18
  s.dependency "React"
19
- s.dependency "AppLovinSDK", "10.3.7"
19
+ s.dependency "AppLovinSDK", "11.3.2"
20
20
  end
package/src/index.js CHANGED
@@ -3,7 +3,7 @@ import AdView from "./AppLovinMAXAdView";
3
3
 
4
4
  const { AppLovinMAX } = NativeModules;
5
5
 
6
- const VERSION = "2.5.3";
6
+ const VERSION = "3.0.2";
7
7
 
8
8
  /**
9
9
  * This enum represents whether or not the consent dialog should be shown for this user.