We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6260c commit 239dbdcCopy full SHA for 239dbdc
src/android/FCMPlugin.gradle
@@ -61,4 +61,6 @@ dependencies {
61
}
62
// apply plugin: 'com.google.gms.google-services'
63
// class must be used instead of id(string) to be able to apply plugin from non-root gradle file
64
-apply plugin: com.google.gms.googleservices.GoogleServicesPlugin
+if (!project.plugins.hasPlugin('com.google.gms.google-services')) {
65
+ apply plugin: com.google.gms.googleservices.GoogleServicesPlugin
66
+}
0 commit comments