Skip to content

Instantly share code, notes, and snippets.

@ssniks
Last active May 6, 2022 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssniks/1edc30b9675cbe940006fb4fc7e25fe5 to your computer and use it in GitHub Desktop.
Save ssniks/1edc30b9675cbe940006fb4fc7e25fe5 to your computer and use it in GitHub Desktop.
App level gradle
//project/appmodule/build.gradle
// Add this line
apply plugin: 'com.google.gms.google-services'
dependencies {
implementation("com.google.firebase:firebase-messaging:20.0.0")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment