This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
.github/readme/synth.metadata Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/java-video-transcoder.git",
7
- "sha": "65d7c6fa2ce0917bc77f2e8e94fd53c2c0a432b4 "
7
+ "sha": "32150018425de0a193820c547034d87a065d9ae2 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "16ec872dd898d7de6e1822badfac32484b5d9031 "
14
+ "sha": "0199c79b8324fba66476300824aa931788c47e2d "
15
15
}
16
16
}
17
17
]
Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
20
20
<dependency >
21
21
<groupId >com.google.cloud</groupId >
22
22
<artifactId >google-cloud-video-transcoder</artifactId >
23
- <version >0.1.4 </version >
23
+ <version >0.1.8 </version >
24
24
</dependency >
25
25
```
26
26
27
27
If you are using Gradle without BOM, add this to your dependencies
28
28
``` Groovy
29
- compile 'com.google.cloud:google-cloud-video-transcoder:0.1.4 '
29
+ compile 'com.google.cloud:google-cloud-video-transcoder:0.1.8 '
30
30
```
31
31
32
32
If you are using SBT, add this to your dependencies
33
33
``` Scala
34
- libraryDependencies += " com.google.cloud" % " google-cloud-video-transcoder" % " 0.1.4 "
34
+ libraryDependencies += " com.google.cloud" % " google-cloud-video-transcoder" % " 0.1.8 "
35
35
```
36
36
37
37
## Authentication
You can’t perform that action at this time.
0 commit comments