Skip to content

Instantly share code, notes, and snippets.

@productdevbook
Forked from prakashpun/strings.xml
Created June 13, 2022 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save productdevbook/8024f83b78015cda33ff481161638f70 to your computer and use it in GitHub Desktop.
Save productdevbook/8024f83b78015cda33ff481161638f70 to your computer and use it in GitHub Desktop.
Add test AdMob app ID and ad unit IDs which has to be replaced later with live production ads for Admob account
<resources>
...
<string name="admob_app_id">ca-app-pub-3940256099942544~3347511713</string>
<string name="ad_unit_id">ca-app-pub-3940256099942544/5224354917</string>
...
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment