File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
packages/google_mobile_ads
android/src/main/java/io/flutter/plugins/googlemobileads Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
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-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}
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-1.2.1 "
16+ #define FLT_REQUEST_AGENT_VERSIONED @"Flutter-GMA-1.2.0 "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name: google_mobile_ads
1616description : Flutter plugin for Google Mobile Ads, supporting
1717 banner, interstitial (full-screen), rewarded and native ads
1818homepage : https://github.com/googleads/googleads-mobile-flutter/tree/master/packages/google_mobile_ads
19- version : 1.2.1
19+ version : 1.2.0
2020
2121flutter :
2222 plugin :
You can’t perform that action at this time.
0 commit comments