Skip to content

Commit e55684b

Browse files
chore: regenerate README
1 parent 6e15f54 commit e55684b

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-firestore.git",
7-
"sha": "e4aa8ce96693f52340209c5d445ae13bef26bc1f"
7+
"sha": "6e15f54e327398460c43e5959e2b0e13e33a0a8e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
14+
"sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8"
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-firestore'
51+
```
52+
If you are using Gradle without BOM, add this to your dependencies
4753
```Groovy
4854
compile 'com.google.cloud:google-cloud-firestore:2.1.0'
4955
```
56+
5057
If you are using SBT, add this to your dependencies
5158
```Scala
5259
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.1.0"

0 commit comments

Comments
 (0)