From 7a6770d05b6098d368e9e8226372d199b29d1c6f Mon Sep 17 00:00:00 2001
From: Hiroshi <100324169+alhiwatan@users.noreply.github.com>
Date: Fri, 15 Nov 2024 20:21:24 +0900
Subject: [PATCH] feat/depend_on_Android_SDK_13.0.1_and_iOS_SDK_13.0.1 (#393)
---
CHANGELOG.md | 1 +
android/build.gradle | 2 +-
react-native-applovin-max.podspec | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 267cfc8a..c3456590 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## Versions
## x.x.x
+* 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`.
## 8.0.4
diff --git a/android/build.gradle b/android/build.gradle
index 797b538d..f889043a 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -85,6 +85,6 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:0.73.6"
- implementation "com.applovin:applovin-sdk:13.0.0"
+ implementation "com.applovin:applovin-sdk:13.0.1"
}
diff --git a/react-native-applovin-max.podspec b/react-native-applovin-max.podspec
index c205891e..1581e50a 100644
--- a/react-native-applovin-max.podspec
+++ b/react-native-applovin-max.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/AppLovinMAX*.{h,m}"
- s.dependency "AppLovinSDK", "13.0.0"
+ s.dependency "AppLovinSDK", "13.0.1"
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.