apply plugin: \'com.android.application\'
android {
compileSdkVersion 28
defaultConfig {
applicationId \"com.kaiboon0216gmail.homeownerstarterkit\"
Because with "com.google.android.gms:play-services-ads:17.1.1" You need to update something.
You have to Update your AndroidManifest.xml
And with this:
You can check these links for more detail informations.
https://developers.google.com/ad-manager/mobile-ads-sdk/android/quick-start#update_your_androidmanifestxml
https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml
Otherwise You have to use "com.google.android.gms:play-services-ads:16.0.0"