Skip to content

Commit

Permalink
fix(Flutter): ':' to '.' in Google services plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Sep 20, 2024
1 parent 0406ad2 commit d2a00aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

</InlineFilter>
Expand Down

0 comments on commit d2a00aa

Please sign in to comment.