Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
chore: regenerate README (#430)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2021-04-19 20:38:16,231 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-document-ai/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-19 20:38:17,520 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/d5a6de4a-0e3e-47b2-a7a2-8a936570ad5c/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Apr 19, 2021
1 parent 1ea5c61 commit dab957d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-document-ai.git",
"sha": "4accfd0f9a5af72b51e6436503959c8f692b26f2"
"sha": "1ea5c6128ff9177a9cd21705adaffe6e095476fb"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -55,12 +55,12 @@ compile 'com.google.cloud:google-cloud-document-ai'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-document-ai:0.6.0'
compile 'com.google.cloud:google-cloud-document-ai:0.7.0'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "0.6.0"
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "0.7.0"
```

## Authentication
Expand Down

0 comments on commit dab957d

Please sign in to comment.