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

Commit a89edf9

Browse files
chore: regenerate README (#94)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-12 21:02:28,735 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-video-transcoder/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-12 21:02:29,606 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/5384e92e-b69b-453f-8498-7679aee11385/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 65d7c6f commit a89edf9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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-video-transcoder.git",
7-
"sha": "c665b2d5e05c4ed33ed205cf55dfe50d3f040a93"
7+
"sha": "65d7c6fa2ce0917bc77f2e8e94fd53c2c0a432b4"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
14+
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ If you are using Maven, add this to your pom.xml file:
2424
</dependency>
2525
```
2626

27-
If you are using Gradle, add this to your dependencies
27+
If you are using Gradle without BOM, add this to your dependencies
2828
```Groovy
2929
compile 'com.google.cloud:google-cloud-video-transcoder:0.1.4'
3030
```
31+
3132
If you are using SBT, add this to your dependencies
3233
```Scala
3334
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.4"

0 commit comments

Comments
 (0)