Version bump to 9.1.0#1448
Open
LTPhantom wants to merge 3 commits into
Open
Conversation
malandr2
reviewed
Jun 24, 2026
| s.public_header_files = 'google_mobile_ads/Sources/google_mobile_ads/**/*.h' | ||
| s.dependency 'Flutter' | ||
| s.dependency 'Google-Mobile-Ads-SDK','~> 13.3.0' | ||
| s.dependency 'Google-Mobile-Ads-SDK','~> 13.3' |
| s.public_header_files = 'google_mobile_ads/Sources/google_mobile_ads/**/*.h' | ||
| s.dependency 'Flutter' | ||
| s.dependency 'Google-Mobile-Ads-SDK','~> 13.3.0' | ||
| s.dependency 'Google-Mobile-Ads-SDK','~> 13.3' |
Collaborator
There was a problem hiding this comment.
Android: 26.4.0
GMA Next-Gen SDK: 1.2.1
luo86
approved these changes
Jun 24, 2026
luo86
left a comment
Collaborator
There was a problem hiding this comment.
LGTM once Justin's comments are addressed.
LTPhantom
force-pushed
the
nextGenAndroid
branch
from
June 24, 2026 21:33
8f69b20 to
0feb6b1
Compare
thanvirm
approved these changes
Jun 25, 2026
|
@LTPhantom when this is expected to be merged ? |
Collaborator
Author
We'll add more fixes to be included in this new 9.1.0 version. I am thinking merging and release can start next week. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Version bumping the
google_mobile_adsplugin to9.1.0.This also fixes an issue with the
Static analysisof the pana tool regarding theAdclass used in theFullScreenContentCallbackclass so that the total pana score is160again.Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]).This will ensure a smooth and quick review process. Updating the
pubspec.yamland changelogs is not required.///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?