Hi there,
So i tried to integrate admob ads in my android app, and surprisingly ,even on clicking on the close button, i am not able to close the interstitial ad.
Kindly make a note that i am using the sample test implementations provided by google.
Below are the dependencies in build.gradle:
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'org.jsoup:jsoup:1.9.2'
implementation 'com.google.android.gms:play-services-ads:19.7.0'
implementation 'com.codemybrainsout.rating:ratingdialog:1.0.8'
}
and these are the dependencies at app level:
dependencies {
classpath 'com.android.tools.build:gradle:3.5.4'
classpath 'com.google.gms:google-services:4.3.5'
}
Thanks.