Skip to content

Commit

Permalink
[firebase_admob] Deleted a line from README.md about not supporting n…
Browse files Browse the repository at this point in the history
…ative ads (firebase#2217)
  • Loading branch information
dshukertjr authored Mar 21, 2020
1 parent d0318c1 commit 189e9f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/firebase_admob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.3+1

* Modified README to reflect supporting Native Ads.

## 0.9.3

* Support Native Ads on iOS.
Expand Down
1 change: 0 additions & 1 deletion packages/firebase_admob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ This plugin currently has some limitations:

- Banner ads cannot be animated into view.
- It's not possible to specify a banner ad's size.
- There's no support for native ads.
- The existing tests are fairly rudimentary.
- There is no API doc.
- The example should demonstrate how to show gate a route push with an
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_admob/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: firebase_admob
description: Flutter plugin for Firebase AdMob, supporting
banner, interstitial (full-screen), and rewarded video ads
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob
version: 0.9.3
version: 0.9.3+1

flutter:
plugin:
Expand Down

0 comments on commit 189e9f7

Please sign in to comment.