Skip to content

Commit 1801bea

Browse files
malandr2Justin Malandruccolo
andauthored
Updated samples to plugin 4.0.0 (#975)
Co-authored-by: Justin Malandruccolo <jmalandruccolo@google.com>
1 parent e76538c commit 1801bea

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

samples/admob/adaptive_banner_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
google_mobile_ads: ^3.1.0
12+
google_mobile_ads: ^4.0.0
1313

1414
dev_dependencies:
1515
flutter_test:

samples/admob/app_open_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
google_mobile_ads: ^3.1.0
12+
google_mobile_ads: ^4.0.0
1313

1414
dev_dependencies:
1515
flutter_test:

samples/admob/banner_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
google_mobile_ads: ^3.1.0
12+
google_mobile_ads: ^4.0.0
1313

1414
dev_dependencies:
1515
flutter_test:

samples/admob/interstitial_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
google_mobile_ads: ^3.1.0
12+
google_mobile_ads: ^4.0.0
1313

1414
dev_dependencies:
1515
flutter_test:

samples/admob/mediation_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ environment:
2323
dependencies:
2424
flutter:
2525
sdk: flutter
26-
google_mobile_ads: ^3.1.0
26+
google_mobile_ads: ^4.0.0
2727

2828
# The following adds the Cupertino Icons font to your application.
2929

samples/admob/native_platform_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ environment:
3030
dependencies:
3131
flutter:
3232
sdk: flutter
33-
google_mobile_ads: ^3.1.0
33+
google_mobile_ads: ^4.0.0
3434

3535
# The following adds the Cupertino Icons font to your application.
3636
# Use with the CupertinoIcons class for iOS style icons.

samples/admob/native_template_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ environment:
3030
dependencies:
3131
flutter:
3232
sdk: flutter
33-
google_mobile_ads: ^3.1.0
33+
google_mobile_ads: ^4.0.0
3434

3535
# The following adds the Cupertino Icons font to your application.
3636
# Use with the CupertinoIcons class for iOS style icons.

samples/admob/rewarded_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
google_mobile_ads: ^3.1.0
12+
google_mobile_ads: ^4.0.0
1313

1414
dev_dependencies:
1515
flutter_test:

samples/admob/rewarded_interstitial_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
google_mobile_ads: ^3.1.0
12+
google_mobile_ads: ^4.0.0
1313

1414
dev_dependencies:
1515
flutter_test:

0 commit comments

Comments
 (0)