Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

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


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

```
2021-08-31 20:47:02,661 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-speech/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-31 20:47:04,101 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/e9414865-0f9c-4079-9b82-9f43794323d1/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 31, 2021
1 parent 8cbd325 commit f7b13a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-speech.git",
"sha": "74ad4d4bf97b622059f5a88c41300c33c4deff12"
"sha": "8cbd3251ba937ae0d5cdcc1965064538fa9da59b"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "31728d872f50e439ded2f67fa8d67955b26a4e35"
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -52,12 +52,12 @@ If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:22.0.0')
compile 'com.google.cloud:google-cloud-speech'
implementation 'com.google.cloud:google-cloud-speech'
```
If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-speech:1.30.5'
implementation 'com.google.cloud:google-cloud-speech:1.30.5'
```

If you are using SBT, add this to your dependencies
Expand Down

0 comments on commit f7b13a3

Please sign in to comment.