I am trying to generate token in order to send the push notification for that i have added the following dependency in the gradle file.
implementation 'com.google.firebase:firebase-messaging:17.3.4'
but it is showing the following error message :
Failed to resolve: com.google.firebase:firebase-core:17.3.4
How to resolve that error?