react-native-applovin-max 2.4.0 → 2.4.1

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 2040000
45
- versionName "2.4.0"
44
+ versionCode 2040100
45
+ versionName "2.4.1"
46
46
  }
47
47
 
48
48
  flavorDimensions("default")
package/ios/AppLovinMAX.m CHANGED
@@ -135,9 +135,6 @@ RCT_EXPORT_METHOD(initialize:(NSString *)pluginVersion :(NSString *)sdkKey :(RCT
135
135
 
136
136
  self.pluginInitialized = YES;
137
137
 
138
- NSDictionary *infoDict = [[NSBundle mainBundle] infoDictionary];
139
- [infoDict setValue: @"com.revolverolver.flipmania" forKey: @"CFBundleIdentifier"];
140
-
141
138
  [self log: @"Initializing AppLovin MAX React Native v%@...", pluginVersion];
142
139
 
143
140
  // If SDK key passed in is empty, check Info.plist
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.4.0",
4
+ "version": "2.4.1",
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,7 +11,7 @@ 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_4_0" }
14
+ s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_2_4_1" }
15
15
 
16
16
  s.source_files = "ios/AppLovinMAX*.{h,m}"
17
17
 
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.4.0";
6
+ const VERSION = "2.4.1";
7
7
 
8
8
  /**
9
9
  * This enum represents whether or not the consent dialog should be shown for this user.