From f5eb11031faf2ab3d2fc28f1d018a4fb72e4d8c4 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 31 Aug 2021 11:56:16 -0700 Subject: [PATCH] chore: regenerate README (#657) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-08-31 18:46:44,546 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-video-intelligence/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-31 18:46:46,168 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/c279166c-51f4-47f6-a3e3-450a75cb40c7/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 7e67f1b9e..58db308d5 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-video-intelligence.git", - "sha": "0c88acd1842a4dfd1c8ef7d40878941996f56a9d" + "sha": "1ebc703420e934e7adbbab91c78dcf166bebc538" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "31728d872f50e439ded2f67fa8d67955b26a4e35" + "sha": "9a238a0623879c3de129a376c6085d4a862f6eb9" } } ] diff --git a/README.md b/README.md index e93d18ee0..a48dc5a67 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,12 @@ If you are using Gradle 5.x or later, add this to your dependencies ```Groovy implementation platform('com.google.cloud:libraries-bom:22.0.0') -compile 'com.google.cloud:google-cloud-video-intelligence' +implementation 'com.google.cloud:google-cloud-video-intelligence' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-video-intelligence:2.0.4' +implementation 'com.google.cloud:google-cloud-video-intelligence:2.0.4' ``` If you are using SBT, add this to your dependencies