Skip to content

Commit

Permalink
Fix version back too 1.2.0. (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjliu15 committed Mar 31, 2022
1 parent 187235e commit 22b8326
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions packages/google_mobile_ads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
## 1.2.1
## 1.2.0
* Set new minimum height for `FluidAdWidget`.
This is required after Flutter v2.11.0-0.1.pre because Android platform views
that have no size don't load.
* Update GMA Android dependency to 20.6.0 and iOS to 8.13.0.
* [Android release notes](https://developers.google.com/admob/android/rel-notes)
* [iOS release notes](https://developers.google.com/admob/ios/rel-notes)
* Deprecate `AdapterResponseInfo.credentials` in favor of `adUnitMapping`

## 1.2.0
* Deprecates `LocationParams` in `AdRequest` and `AdManagerAdRequest`.

## 1.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/** Constants used in the plugin. */
public class Constants {
/** Version request agent. Should be bumped alongside plugin versions. */
public static final String REQUEST_AGENT_PREFIX_VERSIONED = "Flutter-GMA-1.2.1";
public static final String REQUEST_AGENT_PREFIX_VERSIONED = "Flutter-GMA-1.2.0";

static final String ERROR_CODE_UNEXPECTED_AD_TYPE = "unexpected_ad_type";
}
2 changes: 1 addition & 1 deletion packages/google_mobile_ads/ios/Classes/FLTConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
// limitations under the License.

/** Versioned request agent string. */
#define FLT_REQUEST_AGENT_VERSIONED @"Flutter-GMA-1.2.1"
#define FLT_REQUEST_AGENT_VERSIONED @"Flutter-GMA-1.2.0"
2 changes: 1 addition & 1 deletion packages/google_mobile_ads/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: google_mobile_ads
description: Flutter plugin for Google Mobile Ads, supporting
banner, interstitial (full-screen), rewarded and native ads
homepage: https://github.com/googleads/googleads-mobile-flutter/tree/master/packages/google_mobile_ads
version: 1.2.1
version: 1.2.0

flutter:
plugin:
Expand Down

0 comments on commit 22b8326

Please sign in to comment.