diff --git a/src/fragments/lib/push-notifications/common/getting_started/cross-platform-prereq.mdx b/src/fragments/lib/push-notifications/common/getting_started/cross-platform-prereq.mdx index 3fdb66aed6e..03a4939fdc1 100644 --- a/src/fragments/lib/push-notifications/common/getting_started/cross-platform-prereq.mdx +++ b/src/fragments/lib/push-notifications/common/getting_started/cross-platform-prereq.mdx @@ -49,7 +49,7 @@ If you prefer using the plugins DSL, you should add the `plugins` block to the v The Firebase documentation directs you to add the Google services plugin to your app `settings.gradle` using the [Gradle plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block). However, we recommend you continue to use the [Legacy Plugin Application](https://docs.gradle.org/current/userguide/plugins.html#sec:old_plugin_application) instead: ```groovy -id "com.google.gms:google-services" version "4.3.14" apply false +id "com.google.gms.google-services" version "4.3.14" apply false ```