admob plugin makes app quit immediately on launch

In my build.settings I have the following plugins

 plugins = { ["plugin.admob"] = { publisherId = "com.coronalabs" }, ["plugin.notifications.v2"] = { publisherId = "com.coronalabs" }, },

When I build the app and run on a physical device, The application quits immediately.

I only put them in my build.settings. No reference to them in any of my scenes.

When I remove those plugins from my build.settings the app works fine on the physical device.

Corona build Version 2020.3567 (2020.1.9)

Can someone check this ?

A while back AdMob started requiring that you have your AdMob App ID in the build.settings. https://goo.gl/fQ2neu

Do you have the following in your Android Section?

android = { applicationChildElements = { [[\<meta-data android:name="com.google.android.gms.ads.APPLICATION\_ID" android:value="ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy"/\> --Your app ID goes here.]], }, },