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

Commit

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


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

```
2021-08-19 23:23:24,790 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-notification/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-08-19 23:23:26,120 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/c0631443-5765-4b7e-aacd-da4cbc8d729e/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
  • Loading branch information
yoshi-automation committed Aug 19, 2021
1 parent a101519 commit 4893f3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-notification.git",
"sha": "5fffd8b20c5227c2cd63c109d87ccf2afa2d24f5"
"sha": "a101519c63928e178b6627714ae4f8b98a62f6c2"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notification</artifactId>
<version>0.122.5-beta</version>
<version>0.122.6-beta</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies

```Groovy
compile 'com.google.cloud:google-cloud-notification:0.122.5-beta'
compile 'com.google.cloud:google-cloud-notification:0.122.6-beta'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.122.5-beta"
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.122.6-beta"
```

## Authentication
Expand Down

0 comments on commit 4893f3a

Please sign in to comment.