Skip to content

Commit

Permalink
Updated samples to plugin 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Malandruccolo committed Dec 11, 2023
1 parent e76538c commit 42f8636
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion samples/admob/adaptive_banner_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^3.1.0
google_mobile_ads: ^4.0.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion samples/admob/app_open_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^3.1.0
google_mobile_ads: ^4.0.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion samples/admob/banner_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^3.1.0
google_mobile_ads: ^4.0.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion samples/admob/interstitial_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^3.1.0
google_mobile_ads: ^4.0.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion samples/admob/mediation_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^3.1.0
google_mobile_ads: ^4.0.0

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

Expand Down
2 changes: 1 addition & 1 deletion samples/admob/native_platform_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^3.1.0
google_mobile_ads: ^4.0.0

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 1 addition & 1 deletion samples/admob/native_template_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^3.1.0
google_mobile_ads: ^4.0.0

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 1 addition & 1 deletion samples/admob/rewarded_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^3.1.0
google_mobile_ads: ^4.0.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion samples/admob/rewarded_interstitial_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^3.1.0
google_mobile_ads: ^4.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 42f8636

Please sign in to comment.