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 {
152
152
153
153
testImplementation project(' :firebase-database-collection' )
154
154
testImplementation project(' :firebase-firestore' )
155
+ testProtobuf(" com.google.api.grpc:proto-google-common-protos:1.18.0" )
155
156
testImplementation libs. androidx. test. core
156
157
testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8'
157
158
testImplementation ' com.google.android.gms:play-services-tasks:18.0.1'
Original file line number Diff line number Diff line change 16
16
17
17
import static com .google .firebase .firestore .util .Preconditions .checkNotNull ;
18
18
19
+ import android .annotation .SuppressLint ;
19
20
import androidx .annotation .AnyThread ;
20
21
import androidx .annotation .NonNull ;
21
22
import androidx .annotation .Nullable ;
34
35
*
35
36
* <p>Do not use this class except for testing purposes.
36
37
*/
38
+ @ SuppressLint ("SupportAnnotationUsage" )
37
39
@ VisibleForTesting
38
40
final class TestingHooks {
39
41
You can’t perform that action at this time.
0 commit comments