Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Getting Started

- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
- Configure your AdMob app id:
- In `src/main/res/values/strings.xml` change the `admob_app_id` string to your AdMon app id.
- In `src/main/res/values/strings.xml` change the `admob_app_id` string to your AdMob app id.
- Note that this ID is used in two places: `AndroidManifest.xml` and `MainActivity`
- Run the sample on your Android device or emulator.
- The running sample displays a test banner ad and a test interstitial add.
Expand Down