react-native-applovin-max 9.2.0 → 9.2.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.
@@ -53,8 +53,8 @@ android {
53
53
  minSdkVersion getExtOrIntegerDefault("minSdkVersion")
54
54
  targetSdkVersion getExtOrIntegerDefault("targetSdkVersion")
55
55
 
56
- buildConfigField("int", "VERSION_CODE", "9020000")
57
- buildConfigField("String", "VERSION_NAME", "\"9.2.0\"")
56
+ buildConfigField("int", "VERSION_CODE", "9020100")
57
+ buildConfigField("String", "VERSION_NAME", "\"9.2.1\"")
58
58
  buildConfigField("boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString())
59
59
  }
60
60
 
@@ -96,6 +96,6 @@ dependencies {
96
96
  //noinspection GradleDynamicVersion
97
97
  implementation "com.facebook.react:react-native:0.75.4"
98
98
 
99
- implementation "com.applovin:applovin-sdk:13.3.0"
99
+ implementation "com.applovin:applovin-sdk:13.3.1"
100
100
  }
101
101
 
@@ -79,7 +79,7 @@ public class AppLovinMAXModuleImpl
79
79
  {
80
80
  private static final String SDK_TAG = "AppLovinSdk";
81
81
  private static final String TAG = "AppLovinMAXModule";
82
- private static final String PLUGIN_VERSION = "9.2.0";
82
+ private static final String PLUGIN_VERSION = "9.2.1";
83
83
 
84
84
  private static final String USER_GEOGRAPHY_GDPR = "G";
85
85
  private static final String USER_GEOGRAPHY_OTHER = "O";
@@ -101,6 +101,7 @@ public class AppLovinMAXModuleImpl
101
101
 
102
102
  static
103
103
  {
104
+ ALCompatibleNativeSdkVersions.put( "9.2.1", "13.3.1" );
104
105
  ALCompatibleNativeSdkVersions.put( "9.2.0", "13.3.0" );
105
106
  ALCompatibleNativeSdkVersions.put( "9.1.0", "13.2.0" );
106
107
  ALCompatibleNativeSdkVersions.put( "9.0.0", "13.0.1" );
@@ -73,7 +73,7 @@
73
73
  @implementation AppLovinMAX
74
74
  static NSString *const SDK_TAG = @"AppLovinSdk";
75
75
  static NSString *const TAG = @"AppLovinMAX";
76
- static NSString *const PLUGIN_VERSION = @"9.2.0";
76
+ static NSString *const PLUGIN_VERSION = @"9.2.1";
77
77
 
78
78
  static NSString *const USER_GEOGRAPHY_GDPR = @"G";
79
79
  static NSString *const USER_GEOGRAPHY_OTHER = @"O";
@@ -149,6 +149,7 @@ RCT_EXPORT_MODULE()
149
149
  [super initialize];
150
150
 
151
151
  ALCompatibleNativeSDKVersions = @{
152
+ @"9.2.1" : @"13.3.1",
152
153
  @"9.2.0" : @"13.3.0",
153
154
  @"9.1.0" : @"13.2.0",
154
155
  @"9.0.0" : @"13.0.1",
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = exports.ConsentFlowUserGeography = exports.CMPErrorCode = exports.AppTrackingStatus = exports.AppLovinMAX = void 0;
7
7
  var _NativeAppLovinMAXModule = _interopRequireDefault(require("./specs/NativeAppLovinMAXModule"));
8
8
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
9
- const VERSION = '9.2.0';
9
+ const VERSION = '9.2.1';
10
10
 
11
11
  /**
12
12
  * Represents the user's geography, used to determine which type of consent flow to display.
@@ -1,5 +1,5 @@
1
1
  import NativeAppLovinMAX from './specs/NativeAppLovinMAXModule';
2
- const VERSION = '9.2.0';
2
+ const VERSION = '9.2.1';
3
3
 
4
4
  /**
5
5
  * Represents the user's geography, used to determine which type of consent flow to display.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-applovin-max",
3
3
  "author": "AppLovin Corporation <support@applovin.com> (https://applovin.com)",
4
- "version": "9.2.0",
4
+ "version": "9.2.1",
5
5
  "description": "AppLovin MAX React Native Plugin for Android and iOS",
6
6
  "main": "lib/commonjs/index",
7
7
  "module": "lib/module/index",
@@ -11,11 +11,11 @@ Pod::Spec.new do |s|
11
11
  s.authors = package["author"]
12
12
 
13
13
  s.platforms = { :ios => min_ios_version_supported }
14
- s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_9_2_0" }
14
+ s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_9_2_1" }
15
15
 
16
16
  s.source_files = "ios/AppLovinMAX*.{h,mm}"
17
17
 
18
- s.dependency "AppLovinSDK", "13.3.0"
18
+ s.dependency "AppLovinSDK", "13.3.1"
19
19
 
20
20
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
21
21
  # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
@@ -2,7 +2,7 @@ import type { AppLovinMAXType } from './types/AppLovinMAX';
2
2
  import type { Configuration } from './types/Configuration';
3
3
  import NativeAppLovinMAX from './specs/NativeAppLovinMAXModule';
4
4
 
5
- const VERSION = '9.2.0';
5
+ const VERSION = '9.2.1';
6
6
 
7
7
  /**
8
8
  * Represents the user's geography, used to determine which type of consent flow to display.