Skip to content

Commit

Permalink
feat/depend_on_Android_SDK_13.0.0_and_iOS_SDK_13.0.0 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
alhiwatan authored Sep 17, 2024
1 parent afce34d commit 8f9ad03
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 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.0 and iOS SDK 13.0.0.
* Removed COPPA support.
* Add constants for MAX Error Codes. For more info, check out our [docs](https://developers.applovin.com/en/max/react-native/overview/error-handling#max-error-codes).
## 7.1.1
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.1"
implementation "com.applovin:applovin-sdk:13.0.0"
}

Original file line number Diff line number Diff line change
Expand Up @@ -1374,18 +1374,6 @@ else if ( MaxAdFormat.APP_OPEN == adFormat )
sendReactNativeEvent( name, getAdRevenueInfo( ad ) );
}

@Override
public void onRewardedVideoCompleted(@NonNull final MaxAd ad)
{
// This event is not forwarded
}

@Override
public void onRewardedVideoStarted(@NonNull final MaxAd ad)
{
// This event is not forwarded
}

@Override
public void onUserRewarded(final MaxAd ad, @NonNull final MaxReward reward)
{
Expand Down
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.1"
s.dependency "AppLovinSDK", "13.0.0"

# 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 8f9ad03

Please sign in to comment.