diff --git a/samples/admob/adaptive_banner_example/pubspec.yaml b/samples/admob/adaptive_banner_example/pubspec.yaml index 3e5da1196..4fa543643 100644 --- a/samples/admob/adaptive_banner_example/pubspec.yaml +++ b/samples/admob/adaptive_banner_example/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - google_mobile_ads: ^2.1.0 + google_mobile_ads: ^2.4.0 dev_dependencies: flutter_test: diff --git a/samples/admob/banner_example/pubspec.yaml b/samples/admob/banner_example/pubspec.yaml index 508ea54c0..ec21b857f 100644 --- a/samples/admob/banner_example/pubspec.yaml +++ b/samples/admob/banner_example/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - google_mobile_ads: ^2.3.0 + google_mobile_ads: ^2.4.0 dev_dependencies: flutter_test: diff --git a/samples/admob/interstitial_example/pubspec.yaml b/samples/admob/interstitial_example/pubspec.yaml index b87194987..8abb2d33c 100644 --- a/samples/admob/interstitial_example/pubspec.yaml +++ b/samples/admob/interstitial_example/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - google_mobile_ads: ^2.2.0 + google_mobile_ads: ^2.4.0 dev_dependencies: flutter_test: diff --git a/samples/admob/native_platform_example/pubspec.yaml b/samples/admob/native_platform_example/pubspec.yaml index eb32bbaf1..b48f9fada 100644 --- a/samples/admob/native_platform_example/pubspec.yaml +++ b/samples/admob/native_platform_example/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - google_mobile_ads: ^2.3.0 + google_mobile_ads: ^2.4.0 dev_dependencies: flutter_test: diff --git a/samples/admob/native_template_example/pubspec.yaml b/samples/admob/native_template_example/pubspec.yaml index 3361517f3..bcb47e704 100644 --- a/samples/admob/native_template_example/pubspec.yaml +++ b/samples/admob/native_template_example/pubspec.yaml @@ -35,10 +35,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - google_mobile_ads: - git: - url: https://github.com/googleads/googleads-mobile-flutter.git - path: packages/google_mobile_ads + google_mobile_ads: ^2.4.0 dev_dependencies: flutter_test: diff --git a/samples/admob/rewarded_example/pubspec.yaml b/samples/admob/rewarded_example/pubspec.yaml index 0c63dcc39..d8b477771 100644 --- a/samples/admob/rewarded_example/pubspec.yaml +++ b/samples/admob/rewarded_example/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - google_mobile_ads: ^2.2.0 + google_mobile_ads: ^2.4.0 dev_dependencies: flutter_test: diff --git a/samples/admob/rewarded_interstitial_example/pubspec.yaml b/samples/admob/rewarded_interstitial_example/pubspec.yaml index 88d193223..5f1e12f89 100644 --- a/samples/admob/rewarded_interstitial_example/pubspec.yaml +++ b/samples/admob/rewarded_interstitial_example/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - google_mobile_ads: ^2.3.0 + google_mobile_ads: ^2.4.0 dev_dependencies: flutter_test: