File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
packages/google_mobile_ads
android/src/main/java/io/flutter/plugins/googlemobileads Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2.0
2+ * Updates GMA iOS dependency to 9.11.0. This fixes dependency issues in apps that
3+ also depend on the latest version of Firebase: https://github.com/googleads/googleads-mobile-flutter/issues/673
4+ * Adds the field ` responseExtras ` to ` ResponseInfo ` . See ` ResponseInfo ` docs:
5+ * https://developers.google.com/admob/flutter/response-info
6+ * https://developers.google.com/ad-manager/mobile-ads-sdk/flutter/response-info
7+ * Fixes a crash introduced in 2.1.0, [ issue #675 ] ( https://github.com/googleads/googleads-mobile-flutter/issues/675 )
8+
19## 2.1.0
210* Updates GMA dependencies to 21.2.0 (Android) and 9.10.0 (iOS):
311* Adds ` loadedAdapterResponseInfo ` to ` ResponseInfo ` and the following fields to
Original file line number Diff line number Diff line change 1717/** Constants used in the plugin. */
1818public class Constants {
1919 /** Version request agent. Should be bumped alongside plugin versions. */
20- public static final String REQUEST_AGENT_PREFIX_VERSIONED = "Flutter-GMA-2.1 .0" ;
20+ public static final String REQUEST_AGENT_PREFIX_VERSIONED = "Flutter-GMA-2.2 .0" ;
2121
2222 static final String ERROR_CODE_UNEXPECTED_AD_TYPE = "unexpected_ad_type" ;
2323}
Original file line number Diff line number Diff line change 1313// limitations under the License.
1414
1515/** Versioned request agent string. */
16- #define FLT_REQUEST_AGENT_VERSIONED @"Flutter-GMA-2.1 .0"
16+ #define FLT_REQUEST_AGENT_VERSIONED @"Flutter-GMA-2.2 .0"
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515name : google_mobile_ads
16- version : 2.1 .0
16+ version : 2.2 .0
1717description : Flutter plugin for Google Mobile Ads, supporting
1818 banner, interstitial (full-screen), rewarded and native ads
1919repository : https://github.com/googleads/googleads-mobile-flutter/tree/main/packages/google_mobile_ads
You can’t perform that action at this time.
0 commit comments