Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 65fce03

Browse filesBrowse files
chore: regenerate README (#525)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-16 22:19:03,438 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-texttospeech/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-16 22:19:04,897 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/655af932-5239-4006-985f-839d1ab7011c/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 817028c commit 65fce03
Copy full SHA for 65fce03

File tree

Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed

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

Copy file name to clipboardExpand all lines: .github/readme/synth.metadata/synth.metadata
+2-2Lines 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-texttospeech.git",
7-
"sha": "4fd35ea22f390befdf184e738faeee8dd5902515"
7+
"sha": "817028c3b9f6bfbd0fbbb322ac23d0ec25488c75"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "7e1f6da50524b5d98eb67adbf6dd0805df54233d"
14+
"sha": "a01e1a0bf70754f51450958b966bd673945d1e6e"
1515
}
1616
}
1717
]

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3Lines 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-texttospeech'
5656
```
5757
If you are using Gradle without BOM, add this to your dependencies
5858

5959
```Groovy
60-
compile 'com.google.cloud:google-cloud-texttospeech:2.0.0'
60+
compile 'com.google.cloud:google-cloud-texttospeech:2.0.1'
6161
```
6262

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

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.0.0"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.0.1"
6767
```
6868

6969
## Authentication

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.