Skip to content

Commit

Permalink
feat/depend_on_Android_SDK_13.0.1_and_iOS_SDK_13.0.1 (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
alhiwatan authored Nov 15, 2024
1 parent cda593a commit 7a6770d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 (`<AdView/>`) 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 (`<AdView/>`) using `react-native-screens`.
## 8.0.4
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

2 changes: 1 addition & 1 deletion react-native-applovin-max.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7a6770d

Please sign in to comment.