File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/main/java/com/google/firebase/firestore/remote Expand file tree Collapse file tree 2 files changed +3
-0
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
You can’t perform that action at this time.
0 commit comments