Skip to content

Commit ead8bc2

Browse files
authored
Update samples to 5.3.1 (#1246)
Co-authored-by: Justin Malandruccolo <jmalandruccolo@google.com>
1 parent da088cc commit ead8bc2

File tree

12 files changed

+16
-8
lines changed

12 files changed

+16
-8
lines changed

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: ^5.3.0
12+
google_mobile_ads: ^5.3.1
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: ^5.3.0
12+
google_mobile_ads: ^5.3.1
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: ^5.3.0
12+
google_mobile_ads: ^5.3.1
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: ^5.3.0
26+
google_mobile_ads: ^5.3.1
2727

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

samples/admob/native_platform_example/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

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: ^5.3.0
33+
google_mobile_ads: ^5.3.1
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/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

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: ^5.3.0
33+
google_mobile_ads: ^5.3.1
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/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

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: ^5.3.0
12+
google_mobile_ads: ^5.3.1
1313

1414
dev_dependencies:
1515
flutter_test:

0 commit comments

Comments
 (0)