Skip to content

Commit d2a00aa

Browse files
committed
fix(Flutter): ':' to '.' in Google services plugin
1 parent 0406ad2 commit d2a00aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fragments/lib/push-notifications/common/getting_started/cross-platform-prereq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you prefer using the plugins DSL, you should add the `plugins` block to the v
4949
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:
5050

5151
```groovy
52-
id "com.google.gms:google-services" version "4.3.14" apply false
52+
id "com.google.gms.google-services" version "4.3.14" apply false
5353
```
5454

5555
</InlineFilter>

0 commit comments

Comments
 (0)