Skip to content

Commit ea6ba4d

Browse files
malandr2Justin Malandruccolo
andauthored
Updated samples to gma 2.4.0 (#806)
Co-authored-by: Justin Malandruccolo <jmalandruccolo@google.com>
1 parent 2137b05 commit ea6ba4d

File tree

7 files changed

+7
-10
lines changed

7 files changed

+7
-10
lines changed

samples/admob/adaptive_banner_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
# The following adds the Cupertino Icons font to your application.
3737
# Use with the CupertinoIcons class for iOS style icons.
3838
cupertino_icons: ^1.0.2
39-
google_mobile_ads: ^2.1.0
39+
google_mobile_ads: ^2.4.0
4040

4141
dev_dependencies:
4242
flutter_test:

samples/admob/banner_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
# The following adds the Cupertino Icons font to your application.
3737
# Use with the CupertinoIcons class for iOS style icons.
3838
cupertino_icons: ^1.0.2
39-
google_mobile_ads: ^2.3.0
39+
google_mobile_ads: ^2.4.0
4040

4141
dev_dependencies:
4242
flutter_test:

samples/admob/interstitial_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
# The following adds the Cupertino Icons font to your application.
3737
# Use with the CupertinoIcons class for iOS style icons.
3838
cupertino_icons: ^1.0.2
39-
google_mobile_ads: ^2.2.0
39+
google_mobile_ads: ^2.4.0
4040

4141
dev_dependencies:
4242
flutter_test:

samples/admob/native_platform_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
# The following adds the Cupertino Icons font to your application.
3636
# Use with the CupertinoIcons class for iOS style icons.
3737
cupertino_icons: ^1.0.2
38-
google_mobile_ads: ^2.3.0
38+
google_mobile_ads: ^2.4.0
3939

4040
dev_dependencies:
4141
flutter_test:

samples/admob/native_template_example/pubspec.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ dependencies:
3535
# The following adds the Cupertino Icons font to your application.
3636
# Use with the CupertinoIcons class for iOS style icons.
3737
cupertino_icons: ^1.0.2
38-
google_mobile_ads:
39-
git:
40-
url: https://github.com/googleads/googleads-mobile-flutter.git
41-
path: packages/google_mobile_ads
38+
google_mobile_ads: ^2.4.0
4239

4340
dev_dependencies:
4441
flutter_test:

samples/admob/rewarded_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
# The following adds the Cupertino Icons font to your application.
3737
# Use with the CupertinoIcons class for iOS style icons.
3838
cupertino_icons: ^1.0.2
39-
google_mobile_ads: ^2.2.0
39+
google_mobile_ads: ^2.4.0
4040

4141
dev_dependencies:
4242
flutter_test:

samples/admob/rewarded_interstitial_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
# The following adds the Cupertino Icons font to your application.
3737
# Use with the CupertinoIcons class for iOS style icons.
3838
cupertino_icons: ^1.0.2
39-
google_mobile_ads: ^2.3.0
39+
google_mobile_ads: ^2.4.0
4040

4141
dev_dependencies:
4242
flutter_test:

0 commit comments

Comments
 (0)