Skip to content

Commit 695c59d

Browse files
authored
Bump version to 2.2.0 and update changelog. (#680)
* Bump version to 2.2.0 and update changelog.
1 parent 4ad98ee commit 695c59d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/google_mobile_ads/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

packages/google_mobile_ads/android/src/main/java/io/flutter/plugins/googlemobileads/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/** Constants used in the plugin. */
1818
public 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
}

packages/google_mobile_ads/ios/Classes/FLTConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
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"

packages/google_mobile_ads/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: google_mobile_ads
16-
version: 2.1.0
16+
version: 2.2.0
1717
description: Flutter plugin for Google Mobile Ads, supporting
1818
banner, interstitial (full-screen), rewarded and native ads
1919
repository: https://github.com/googleads/googleads-mobile-flutter/tree/main/packages/google_mobile_ads

0 commit comments

Comments
 (0)