Skip to content

Commit 22b8326

Browse files
authored
Fix version back too 1.2.0. (#542)
1 parent 187235e commit 22b8326

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

packages/google_mobile_ads/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
## 1.2.1
1+
## 1.2.0
22
* Set new minimum height for `FluidAdWidget`.
33
This is required after Flutter v2.11.0-0.1.pre because Android platform views
44
that have no size don't load.
55
* Update GMA Android dependency to 20.6.0 and iOS to 8.13.0.
66
* [Android release notes](https://developers.google.com/admob/android/rel-notes)
77
* [iOS release notes](https://developers.google.com/admob/ios/rel-notes)
88
* Deprecate `AdapterResponseInfo.credentials` in favor of `adUnitMapping`
9-
10-
## 1.2.0
119
* Deprecates `LocationParams` in `AdRequest` and `AdManagerAdRequest`.
1210

1311
## 1.1.0

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-1.2.1";
20+
public static final String REQUEST_AGENT_PREFIX_VERSIONED = "Flutter-GMA-1.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-1.2.1"
16+
#define FLT_REQUEST_AGENT_VERSIONED @"Flutter-GMA-1.2.0"

packages/google_mobile_ads/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: google_mobile_ads
1616
description: Flutter plugin for Google Mobile Ads, supporting
1717
banner, interstitial (full-screen), rewarded and native ads
1818
homepage: https://github.com/googleads/googleads-mobile-flutter/tree/master/packages/google_mobile_ads
19-
version: 1.2.1
19+
version: 1.2.0
2020

2121
flutter:
2222
plugin:

0 commit comments

Comments
 (0)