Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/firebase_messaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
// Add the google services classpath
classpath 'com.google.gms:google-services:4.3.0'
// Add the dependency for the Cloud Messaging Android library
implementation 'com.google.firebase:firebase-messaging:20.0.0'
}
```
3. Add the apply plugin to the `[project]/android/app/build.gradle` file.
Expand Down