Skip to content

Commit

Permalink
feat/depend_on_Android_SDK_13.0.1_and_iOS_SDK_13.0.1 (#279)
Browse files Browse the repository at this point in the history
Depends on Android SDK v13.0.1 and iOS SDK v13.0.1.

<!-- Korbit AI PR Description Start -->
## Description by Korbit AI

### What change is being made?
Update dependencies to use Android SDK v13.0.1 and iOS SDK v13.0.1.

### Why are these changes being made?
These updates ensure compatibility with the latest features and fixes
provided in the newer versions of the SDKs, improving the overall
performance and reliability of the `applovin_max` package. This change
is necessary for maintaining an up-to-date codebase and taking advantage
of SDK improvements.

> Is this description stale? Ask me to generate a new description by
commenting `/korbit-generate-pr-description`
<!-- Korbit AI PR Description End -->
  • Loading branch information
alhiwatan authored Nov 28, 2024
1 parent 5cc9444 commit d2e8831
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions applovin_max/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## x.x.x
* Enhance banner and MREC (`MaxAdView`) preloading to support preloading multiple `MaxAdView` instances.
* Update preloaded banners and MRECs (`MaxAdView`) to suspend auto-refresh while not visible in background.
* Depends on Android SDK v13.0.1 and iOS SDK v13.0.1.
## 4.0.2
* Update IconView to support native ad icon image view, primarily for BigoAds native ads.
## 4.0.1
Expand Down
2 changes: 1 addition & 1 deletion applovin_max/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ android {
}

dependencies {
api 'com.applovin:applovin-sdk:13.0.0'
api 'com.applovin:applovin-sdk:13.0.1'
}
}
2 changes: 1 addition & 1 deletion applovin_max/ios/applovin_max.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DESC
s.platform = :ios, '11.0'
s.static_framework = true
s.dependency 'Flutter'
s.dependency 'AppLovinSDK', '13.0.0'
s.dependency 'AppLovinSDK', '13.0.1'

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
Expand Down

0 comments on commit d2e8831

Please sign in to comment.