File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
src/main/java/com/google/firebase/firestore/remote Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ dependencies {
152152
153153 testImplementation project(' :firebase-database-collection' )
154154 testImplementation project(' :firebase-firestore' )
155+ testProtobuf(" com.google.api.grpc:proto-google-common-protos:1.18.0" )
155156 testImplementation libs. androidx. test. core
156157 testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8'
157158 testImplementation ' com.google.android.gms:play-services-tasks:18.0.1'
Original file line number Diff line number Diff line change 1616
1717import static com .google .firebase .firestore .util .Preconditions .checkNotNull ;
1818
19+ import android .annotation .SuppressLint ;
1920import androidx .annotation .AnyThread ;
2021import androidx .annotation .NonNull ;
2122import androidx .annotation .Nullable ;
3435 *
3536 * <p>Do not use this class except for testing purposes.
3637 */
38+ @ SuppressLint ("SupportAnnotationUsage" )
3739@ VisibleForTesting
3840final class TestingHooks {
3941
Original file line number Diff line number Diff line change 22# javalite, protoc and protobufjavautil versions should be in sync while updating and
33# it needs to match the protobuf version which grpc has transitive dependency on, which
44# needs to match the version of grpc that grpc-kotlin has a transitive dependency on.
5- androidGradlePlugin = " 8.2.1 "
5+ androidGradlePlugin = " 8.3.2 "
66android-lint = " 31.3.2"
77autovalue = " 1.10.1"
88coroutines = " 1.7.3"
You can’t perform that action at this time.
0 commit comments