Skip to content

Commit

Permalink
Updated samples to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Malandruccolo committed Oct 12, 2023
1 parent 0a05d49 commit d8867a7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 16 deletions.
3 changes: 1 addition & 2 deletions samples/admob/adaptive_banner_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ environment:
dependencies:
flutter:
sdk: flutter

google_mobile_ads: ^3.1.0

# 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: ^3.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 @@ -23,7 +23,7 @@ environment:
dependencies:
flutter:
sdk: flutter
google_mobile_ads: ^3.0.0
google_mobile_ads: ^3.1.0

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
3 changes: 1 addition & 2 deletions samples/admob/banner_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ environment:
dependencies:
flutter:
sdk: flutter

google_mobile_ads: ^3.1.0

# 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: ^3.0.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 1 addition & 2 deletions samples/admob/interstitial_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ environment:
dependencies:
flutter:
sdk: flutter

google_mobile_ads: ^3.1.0

# 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: ^3.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.0.0
google_mobile_ads: ^3.1.0

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

Expand Down
3 changes: 1 addition & 2 deletions samples/admob/native_platform_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ environment:
dependencies:
flutter:
sdk: flutter

google_mobile_ads: ^3.1.0

# 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: ^3.0.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 1 addition & 2 deletions samples/admob/native_template_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ environment:
dependencies:
flutter:
sdk: flutter

google_mobile_ads: ^3.1.0

# 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: ^3.0.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 1 addition & 2 deletions samples/admob/rewarded_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ environment:
dependencies:
flutter:
sdk: flutter

google_mobile_ads: ^3.1.0

# 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: ^3.0.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 1 addition & 2 deletions samples/admob/rewarded_interstitial_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ environment:
dependencies:
flutter:
sdk: flutter

google_mobile_ads: ^3.1.0

# 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: ^3.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit d8867a7

Please sign in to comment.