Skip to content

Commit dbcfb1b

Browse files
1 parent c24b4fd commit dbcfb1b

File tree

323 files changed

+56522
-36829
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

323 files changed

+56522
-36829
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-firestore'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-firestore:3.20.0'
60+
implementation 'com.google.cloud:google-cloud-firestore:3.20.2'
6161
```
6262

6363
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.20.0"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.20.2"
6767
```
6868
<!-- {x-version-update-end} -->
6969

@@ -222,7 +222,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
222222
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-firestore/java11.html
223223
[stability-image]: https://img.shields.io/badge/stability-stable-green
224224
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-firestore.svg
225-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-firestore/3.20.0
225+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-firestore/3.20.2
226226
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
227227
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
228228
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import com.google.api.gax.rpc.ClientSettings;
3131
import com.google.api.gax.rpc.OperationCallSettings;
3232
import com.google.api.gax.rpc.PagedCallSettings;
33-
import com.google.api.gax.rpc.StubSettings;
3433
import com.google.api.gax.rpc.TransportChannelProvider;
3534
import com.google.api.gax.rpc.UnaryCallSettings;
3635
import com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings;
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
import io.grpc.MethodDescriptor;
7676
import io.grpc.protobuf.ProtoUtils;
7777
import java.io.IOException;
78-
import java.util.Map;
7978
import java.util.concurrent.TimeUnit;
8079
import javax.annotation.Generated;
8180

0 commit comments

Comments
Β (0)