Skip to content

Commit

Permalink
feat/depend_on_Android_SDK_12.6.1_and_iOS_SDK_12.6.1 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
alhiwatan authored Sep 5, 2024
1 parent d534bd3 commit 2716d17
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 12.6.1 and iOS SDK 12.6.1.
* Fix BidMachine media view not clickable on Android.
## 7.1.0
* Replace targeting data APIs with new numeric segments targeting APIs. For migration instructions, please see [here](https://developers.applovin.com/en/react-native/overview/data-and-keyword-passing/#segment-targeting).
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:12.6.0"
implementation "com.applovin:applovin-sdk:12.6.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", "12.6.0"
s.dependency "AppLovinSDK", "12.6.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 2716d17

Please sign in to comment.