Tarun

Results 3 comments of Tarun

@jadsonbr could you please give me a suggestions?

Add config in android/build.gradle `allprojects { repositories { configurations.all { resolutionStrategy { // Add force (11.4.0 is version you want to use) force 'com.google.firebase:firebase-messaging:11.4.0' force 'com.google.firebase:firebase-core:11.4.0' force 'com.google.android.gms:play-services-gcm:11.4.0' } }...

@iyegoroff is there any possibility to update this library?