How to add AdMob to Android app

Khoa Pham
Khoa Pham
Nov 6 · 1 min read

Use AdMob with Firebase

build.gradle

buildscript {
repositories {
google()
jcenter()

}
dependencies {
classpath 'com.google.gms:google-services:4.3.2'
}
}

app/build.gradle

class Version {
class Firebase {
static def analytics = "17.2.0"
static def ads = "18.2.0"
}
}
dependencies {
implementation…

Keep the story going. Sign up for an extra free read.

Khoa Pham

Written by

Khoa Pham

My apps https://onmyway133.github.io/

Fantageek

Fantageek

Simple apps that make sense

Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch
Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore
Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade