I am using admob in my app, it was working fine but suddenly it stopped showing ads at all. Bellow is my codes i used:
mainActivity.xml:
In my case, I had the code below under the buildscript section of the project level build.gradle
buildscript
build.gradle
Make sure maven {url "https://maven.google.com"} is under allProjects > repositories:
maven {url "https://maven.google.com"}
allProjects > repositories
allprojects { repositories { jcenter() maven { url "https://maven.google.com" } } }