-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Korbit AI PR Description Start --> ## Description by Korbit AI ### What change is being made? Update the `applovin_max` plugin version to 4.1.0 with enhancements for banner and MREC preloading, including the ability to preload multiple instances and manage auto-refresh behavior. ### Why are these changes being made? These changes improve ad handling capabilities by allowing multiple `MaxAdView` instances to be preloaded and ensuring that preloaded ads do not refresh when not visible, optimizing app performance and user experience. Updating the plugin version to 4.1.0 ensures consistency across various components and reflects these feature enhancements. > 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
Showing
7 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,3 +32,4 @@ Runner/GeneratedPluginRegistrant.* | |
!default.mode2v3 | ||
!default.pbxuser | ||
!default.perspectivev3 | ||
!Podfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
PODS: | ||
- applovin_max (4.0.2): | ||
- AppLovinSDK (= 13.0.1) | ||
- Flutter | ||
- AppLovinSDK (13.0.1) | ||
- Flutter (1.0.0) | ||
|
||
DEPENDENCIES: | ||
- applovin_max (from `.symlinks/plugins/applovin_max/ios`) | ||
- Flutter (from `Flutter`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- AppLovinSDK | ||
|
||
EXTERNAL SOURCES: | ||
applovin_max: | ||
:path: ".symlinks/plugins/applovin_max/ios" | ||
Flutter: | ||
:path: Flutter | ||
|
||
SPEC CHECKSUMS: | ||
applovin_max: fba994d0683f33e76a6aba65fd96f8511ca0e019 | ||
AppLovinSDK: fdae6a4361c9c9b09f8d7d18ede792368221d987 | ||
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 | ||
|
||
PODFILE CHECKSUM: ecb0237623a0fbc6315c830308d57def28ec2055 | ||
|
||
COCOAPODS: 1.15.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters