Reputation: 21
How to remove AdMob from Android Studio project? Easy please, I'm not an expert, thank you.
Upvotes: 1
Views: 2637
Reputation: 1004
Good day Jean,
it depends on how old is an implementation of AdMob in your application.
Based on AdMob docs, in your module build.gradle
should be something like
implementation 'com.google.firebase:firebase-ads:XXX'
or
implementation 'com.google.android.gms:play-services-ads:XXX'
So
Upvotes: 3