Last active
May 6, 2022 14:27
-
-
Save ssniks/1edc30b9675cbe940006fb4fc7e25fe5 to your computer and use it in GitHub Desktop.
App level gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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