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 {
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
Original file line number Diff line number Diff line change 2
2
# javalite, protoc and protobufjavautil versions should be in sync while updating and
3
3
# it needs to match the protobuf version which grpc has transitive dependency on, which
4
4
# 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 "
6
6
android-lint = " 31.3.2"
7
7
autovalue = " 1.10.1"
8
8
coroutines = " 1.7.3"
You can’t perform that action at this time.
0 commit comments