Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
Version 5.0.0 was changed to 4.4.0 before release. Version 4.4.1 is the current version.
  • Loading branch information
kaibolay authored May 13, 2024
1 parent aa60211 commit d7e227a
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 d7e227a

Please sign in to comment.