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

Commit a09d5ce

Browse files
chore: regenerate README (#626)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-16 22:16:56,566 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-speech/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-16 22:16:58,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/4a1a4633-fd74-4333-9bab-eb613a39a3c2/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 8987cf0 commit a09d5ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-speech.git",
7-
"sha": "0d4fa2ffa25277edba4e9bb7f4337e5d0bcfcca3"
7+
"sha": "8987cf0679b068f1715bae565684986b0ec7aa80"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d"
14+
"sha": "a01e1a0bf70754f51450958b966bd673945d1e6e"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ If you are using Maven without BOM, add this to your dependencies:
5050
If you are using Gradle 5.x or later, add this to your dependencies
5151

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:20.9.0')
53+
implementation platform('com.google.cloud:libraries-bom:21.0.0')
5454
5555
compile 'com.google.cloud:google-cloud-speech'
5656
```
5757
If you are using Gradle without BOM, add this to your dependencies
5858

5959
```Groovy
60-
compile 'com.google.cloud:google-cloud-speech:1.30.1'
60+
compile 'com.google.cloud:google-cloud-speech:1.30.2'
6161
```
6262

6363
If you are using SBT, add this to your dependencies
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.30.1"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.30.2"
6767
```
6868

6969
## Authentication

0 commit comments

Comments
 (0)