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

Commit 4a34a08

Browse files
chore: regenerate README (#655)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-31 19:52:39,579 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-vision/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-31 19:52:40,781 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/a869715d-ba31-4c8b-a533-34941b2c16d7/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent e517714 commit 4a34a08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-vision.git",
7-
"sha": "d557635d841ea0aedfef3c1f3a35e202406671e0"
7+
"sha": "e517714ab1296e394bf87e200c5aea72bb0c4213"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "31728d872f50e439ded2f67fa8d67955b26a4e35"
14+
"sha": "9a238a0623879c3de129a376c6085d4a862f6eb9"
1515
}
1616
}
1717
]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ If you are using Gradle 5.x or later, add this to your dependencies
5252
```Groovy
5353
implementation platform('com.google.cloud:libraries-bom:22.0.0')
5454
55-
compile 'com.google.cloud:google-cloud-vision'
55+
implementation 'com.google.cloud:google-cloud-vision'
5656
```
5757
If you are using Gradle without BOM, add this to your dependencies
5858

5959
```Groovy
60-
compile 'com.google.cloud:google-cloud-vision:2.0.5'
60+
implementation 'com.google.cloud:google-cloud-vision:2.0.5'
6161
```
6262

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

0 commit comments

Comments
 (0)