Skip to content

Commit

Permalink
chore: regenerate README (#658)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-06-02 20:44:35,874 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-firestore/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-06-02 20:44:37,196 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.

```
</details>

Full log will be available here:
https://source.cloud.google.com/results/invocations/b7057a07-a8f4-4abf-83b9-75a6032345e5/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Jun 2, 2021
1 parent b93ca8a commit 41a0078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-firestore.git",
"sha": "4259bb218f2dd3edbdfb3271bbcd361d45b5e064"
"sha": "b93ca8a2b5751c61b3fbe0ca608056e2c0398575"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-firestore'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-firestore:2.4.0'
compile 'com.google.cloud:google-cloud-firestore:2.5.0'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.4.0"
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.5.0"
```

## Authentication
Expand Down

0 comments on commit 41a0078

Please sign in to comment.