Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
inspired by #288
  • Loading branch information
kaibolay authored May 13, 2024
1 parent d7e227a commit 4af5740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-services-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Apply the plugin in your app's build.gradle.kts:

```
plugins {
id("com.google.gms.google-services" version "4.4.1"
id("com.google.gms.google-services") version "4.4.1"
}
```

Expand Down

0 comments on commit 4af5740

Please sign in to comment.