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 7d0d4969319..13f856366e7 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 @@ -70,8 +70,8 @@ plugins { 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 title="android/settings.gradle" -id "com.google.gms:google-services" version "4.3.14" apply false +```groovy +id "com.google.gms.google-services" version "4.3.14" apply false ```