Skip to content

Commit

Permalink
Merge pull request #292 from kaibolay/patch-2
Browse files Browse the repository at this point in the history
Fix version number
  • Loading branch information
davidmotson authored May 13, 2024
2 parents aa60211 + 4af5740 commit e19f7a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions google-services-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ Apply the plugin in your app's build.gradle.kts:

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

Or in build.gradle:
```
plugins {
id 'com.google.gms.google-services' version '5.0.0'
id 'com.google.gms.google-services' version '4.4.1'
}
```

### New in version 5.0.0
### New in version 4.4.0

#### `google-services.json` location

Expand Down Expand Up @@ -82,7 +82,7 @@ Add the following to your buildscript classpath, obtained from Google’s
[Maven repository](//developer.android.com/studio/build/dependencies#google-maven):

```
classpath 'com.google.gms:google-services:5.0.0'
classpath 'com.google.gms:google-services:4.4.1'
```

Apply the plugin in your app's build.gradle:
Expand Down

0 comments on commit e19f7a8

Please sign in to comment.