Skip to content

Commit

Permalink
Update samples to 5.3.1 (#1246)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Malandruccolo <[email protected]>
  • Loading branch information
malandr2 and Justin Malandruccolo authored Jan 27, 2025
1 parent da088cc commit ead8bc2
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 8 deletions.
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: ^5.3.0
google_mobile_ads: ^5.3.1

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

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

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

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

Expand Down
2 changes: 2 additions & 0 deletions samples/admob/native_platform_example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
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: ^5.3.0
google_mobile_ads: ^5.3.1

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 2 additions & 0 deletions samples/admob/native_template_example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
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: ^5.3.0
google_mobile_ads: ^5.3.1

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 2 additions & 0 deletions samples/admob/rewarded_example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
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: ^5.3.0
google_mobile_ads: ^5.3.1

dev_dependencies:
flutter_test:
Expand Down
2 changes: 2 additions & 0 deletions samples/admob/rewarded_interstitial_example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
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: ^5.3.0
google_mobile_ads: ^5.3.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit ead8bc2

Please sign in to comment.