Skip to content

Commit 51b8d37

Browse files
tyllarknadetastic
andauthored
fix(Flutter): ':' to '.' in Google services plugin (#7982)
Co-authored-by: Dan Kiuna <[email protected]>
1 parent 8a87086 commit 51b8d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ plugins {
7070
<Block name="Gradle Groovy">
7171
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:
7272

73-
```groovy title="android/settings.gradle"
74-
id "com.google.gms:google-services" version "4.3.14" apply false
73+
```groovy
74+
id "com.google.gms.google-services" version "4.3.14" apply false
7575
```
7676
</Block>
7777
</BlockSwitcher>

0 commit comments

Comments
 (0)