FCM No virtual method subscribeToTopic on notification v2

hi

I’ve Implemented notification plugin, and it worked correctly but when i updated my gradle to these :

        classpath ‘com.google.gms:google-services:4.2.0’

       implementation’com.google.firebase:firebase-messaging:17.6.0’

i got the error :

 java.lang.NoSuchMethodError: No virtual method subscribeToTopic(Ljava/lang/String;)V in class Lcom/google/firebase/messaging/FirebaseMessaging; or its super classes (declaration of ‘com.google.firebase.messaging.FirebaseMessaging’ appears in /data/app/…==/base.apk!classes2.dex)

Try rebuilding (Build -> Rebuild Project)

Also, don’t use firebase 17, plugin is built against 15.0.1: http://docs.coronalabs.com/native/android/dependencies.html#dependency-plugins

Try rebuilding (Build -> Rebuild Project)

Also, don’t use firebase 17, plugin is built against 15.0.1: http://docs.coronalabs.com/native/android/dependencies.html#dependency-plugins