Skip to content

Commit

Permalink
Updated google_mobile_ads direct dependencies (#1207)
Browse files Browse the repository at this point in the history
* Updated google_mobile_ads direct dependencies

* Added comment to CHANGELOG
  • Loading branch information
LTPhantom authored Nov 27, 2024
1 parent 0c63525 commit 6aa897e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/google_mobile_ads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Next Version
* Updated WebView Flutter Android dependency

## 5.2.0
* Removed use of rootViewController for iOS GMA SDK which solved issues like
https://github.com/googleads/googleads-mobile-flutter/issues/1146 and https://github.com/googleads/googleads-mobile-flutter/issues/700.
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mobile_ads/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
sdk: flutter
google_mobile_ads:
path: ../
webview_flutter_android: ^3.7.0
webview_flutter_android: ^4.0.0
webview_flutter: ^4.0.5

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/google_mobile_ads/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
meta: ^1.10.0
flutter:
sdk: flutter
webview_flutter_android: ^3.15.0
webview_flutter_android: ^4.0.0
webview_flutter_wkwebview: ^3.12.0
webview_flutter: ^4.7.0

Expand Down

0 comments on commit 6aa897e

Please sign in to comment.