Skip to content

Commit

Permalink
Include explicitly protobuf dependency on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo committed Nov 27, 2024
1 parent 8608014 commit 04caaaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions firebase-firestore/firebase-firestore.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ dependencies {

testImplementation project(':firebase-database-collection')
testImplementation project(':firebase-firestore')
testProtobuf("com.google.api.grpc:proto-google-common-protos:1.18.0")
testImplementation libs.androidx.test.core
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
testImplementation 'com.google.android.gms:play-services-tasks:18.0.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import static com.google.firebase.firestore.util.Preconditions.checkNotNull;

import android.annotation.SuppressLint;
import androidx.annotation.AnyThread;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
Expand All @@ -34,6 +35,7 @@
*
* <p>Do not use this class except for testing purposes.
*/
@SuppressLint("SupportAnnotationUsage")
@VisibleForTesting
final class TestingHooks {

Expand Down

0 comments on commit 04caaaf

Please sign in to comment.