Skip to content

Commit

Permalink
Updated samples to gma 2.4.0 (#806)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Malandruccolo <jmalandruccolo@google.com>
  • Loading branch information
malandr2 and Justin Malandruccolo committed Mar 27, 2023
1 parent 2137b05 commit ea6ba4d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 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 @@ -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:
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 @@ -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:
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 @@ -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:
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 @@ -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:
Expand Down
5 changes: 1 addition & 4 deletions samples/admob/native_template_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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 @@ -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:
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 @@ -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:
Expand Down

0 comments on commit ea6ba4d

Please sign in to comment.