diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3456590..0f94acbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## Versions
-## x.x.x
+## 8.0.5
* Depend on Android SDK 13.0.1 and iOS SDK 13.0.1.
* Update preloaded banners and MRECs (``) to suspend auto-refresh while not visible in background.
* Add a workaround for the IllegalStateException (ISE) that occurs when remounting a preloaded banner and MREC (``) using `react-native-screens`.
diff --git a/android/build.gradle b/android/build.gradle
index f889043a..aa067366 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -53,8 +53,8 @@ android {
minSdkVersion getExtOrIntegerDefault("minSdkVersion")
targetSdkVersion getExtOrIntegerDefault("targetSdkVersion")
- buildConfigField("int", "VERSION_CODE", "8000400")
- buildConfigField("String", "VERSION_NAME", "\"8.0.4\"")
+ buildConfigField("int", "VERSION_CODE", "8000500")
+ buildConfigField("String", "VERSION_NAME", "\"8.0.5\"")
}
buildTypes {
diff --git a/android/src/main/java/com/applovin/reactnative/AppLovinMAXModule.java b/android/src/main/java/com/applovin/reactnative/AppLovinMAXModule.java
index 36bedf80..36cef45a 100644
--- a/android/src/main/java/com/applovin/reactnative/AppLovinMAXModule.java
+++ b/android/src/main/java/com/applovin/reactnative/AppLovinMAXModule.java
@@ -78,7 +78,7 @@ public class AppLovinMAXModule
{
private static final String SDK_TAG = "AppLovinSdk";
private static final String TAG = "AppLovinMAXModule";
- private static final String PLUGIN_VERSION = "8.0.4";
+ private static final String PLUGIN_VERSION = "8.0.5";
private static final String USER_GEOGRAPHY_GDPR = "G";
private static final String USER_GEOGRAPHY_OTHER = "O";
@@ -100,6 +100,7 @@ public class AppLovinMAXModule
static
{
+ ALCompatibleNativeSdkVersions.put( "8.0.5", "13.0.1" );
ALCompatibleNativeSdkVersions.put( "8.0.4", "13.0.0" );
ALCompatibleNativeSdkVersions.put( "8.0.3", "13.0.0" );
ALCompatibleNativeSdkVersions.put( "8.0.2", "13.0.0" );
diff --git a/ios/AppLovinMAX.m b/ios/AppLovinMAX.m
index ecf53a10..165e1500 100644
--- a/ios/AppLovinMAX.m
+++ b/ios/AppLovinMAX.m
@@ -73,7 +73,7 @@ @interface AppLovinMAX()
@implementation AppLovinMAX
static NSString *const SDK_TAG = @"AppLovinSdk";
static NSString *const TAG = @"AppLovinMAX";
-static NSString *const PLUGIN_VERSION = @"8.0.4";
+static NSString *const PLUGIN_VERSION = @"8.0.5";
static NSString *const USER_GEOGRAPHY_GDPR = @"G";
static NSString *const USER_GEOGRAPHY_OTHER = @"O";
@@ -149,6 +149,7 @@ + (void)initialize
[super initialize];
ALCompatibleNativeSDKVersions = @{
+ @"8.0.5" : @"13.0.1",
@"8.0.4" : @"13.0.0",
@"8.0.3" : @"13.0.0",
@"8.0.2" : @"13.0.0",
diff --git a/package.json b/package.json
index b0f41010..8a6ea91d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "react-native-applovin-max",
"author": "AppLovin Corporation (https://applovin.com)",
- "version": "8.0.4",
+ "version": "8.0.5",
"description": "AppLovin MAX React Native Plugin for Android and iOS",
"main": "lib/commonjs/index",
"module": "lib/module/index",
diff --git a/react-native-applovin-max.podspec b/react-native-applovin-max.podspec
index 1581e50a..a4051a61 100644
--- a/react-native-applovin-max.podspec
+++ b/react-native-applovin-max.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]
s.platforms = { :ios => min_ios_version_supported }
- s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_8_0_4" }
+ s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_8_0_5" }
s.source_files = "ios/AppLovinMAX*.{h,m}"
diff --git a/src/AppLovinMAX.ts b/src/AppLovinMAX.ts
index 55276095..928fd9ec 100644
--- a/src/AppLovinMAX.ts
+++ b/src/AppLovinMAX.ts
@@ -4,7 +4,7 @@ import type { Configuration } from './types/Configuration';
const NativeAppLovinMAX = NativeModules.AppLovinMAX;
-const VERSION = '8.0.4';
+const VERSION = '8.0.5';
/**
* This enum represents the user's geography used to determine the type of consent flow shown to the