Skip to content

hashcube/admob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admob Game Closure Plugin

Setup

Add you this repo and your ad unit ID to your manifest.json.

{
  "dependencies": {
    "admob": "https://github.com/hashcube/admob.git#master"
  },
  "android": {
    "admobAdunitID": "ca-app-pub-xxx/xxx"
  }
}

Note: In dependecies it is better to use the latest version tag instead of the branch name. eg: replace #master to #v1.0.1