File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
firebase-appcheck-safetynet Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ dependencies {
47
47
implementation ' com.google.android.gms:play-services-base:17.1.0'
48
48
implementation ' com.google.android.gms:play-services-tasks:17.0.0'
49
49
50
+ javadocClasspath ' com.google.auto.value:auto-value-annotations:1.6.6'
51
+
50
52
testImplementation ' junit:junit:4.13-beta-2'
51
53
testImplementation ' org.mockito:mockito-core:2.25.0'
52
54
testImplementation " org.robolectric:robolectric:$robolectricVersion "
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ dependencies {
48
48
implementation ' com.google.android.gms:play-services-tasks:17.0.0'
49
49
implementation ' com.google.android.gms:play-services-safetynet:17.0.0'
50
50
51
+ javadocClasspath ' com.google.auto.value:auto-value-annotations:1.6.6'
52
+
51
53
testImplementation ' junit:junit:4.13-beta-2'
52
54
testImplementation ' org.mockito:mockito-core:2.25.0'
53
55
testImplementation " org.robolectric:robolectric:$robolectricVersion "
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ dependencies {
47
47
implementation ' com.google.android.gms:play-services-base:17.1.0'
48
48
implementation ' com.google.android.gms:play-services-tasks:17.0.0'
49
49
50
+ javadocClasspath ' com.google.auto.value:auto-value-annotations:1.6.6'
51
+
50
52
testImplementation ' junit:junit:4.13-beta-2'
51
53
testImplementation ' org.mockito:mockito-core:2.25.0'
52
54
testImplementation ' org.mockito:mockito-inline:2.25.0'
You can’t perform that action at this time.
0 commit comments