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

Commit 005558a

Browse files
chore: regenerate README
1 parent 4ce58ad commit 005558a

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-accessapproval.git",
7-
"sha": "3bce7be67edc7fe9e40afc05e751feb729cbdab4"
7+
"sha": "4ce58ad6e96676dde440e0bcd29481cc17c3a3aa"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "363fe305e9ce34a6cd53951c6ee5f997094b54ee"
14+
"sha": "67f09bf301083798e7220137723222eb00b8f88a"
1515
}
1616
}
1717
]

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>16.2.0</version>
20+
<version>16.2.1</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -43,10 +43,17 @@ If you are using Maven without BOM, add this to your dependencies:
4343

4444
```
4545

46-
If you are using Gradle, add this to your dependencies
46+
If you are using Gradle 5.x or later, add this to your dependencies
47+
```Groovy
48+
implementation platform('com.google.cloud:libraries-bom:16.2.1')
49+
50+
compile 'com.google.cloud:google-cloud-accessapproval'
51+
```
52+
If you are using Gradle without BOM, add this to your dependencies
4753
```Groovy
4854
compile 'com.google.cloud:google-cloud-accessapproval:1.0.9'
4955
```
56+
5057
If you are using SBT, add this to your dependencies
5158
```Scala
5259
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "1.0.9"

0 commit comments

Comments
 (0)