Skip to content

Commit 086eded

Browse files
authored
Add javadoc dependency on autovalue for appcheck (#2626)
1 parent 42c1e71 commit 086eded

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

appcheck/firebase-appcheck-debug/firebase-appcheck-debug.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ dependencies {
4747
implementation 'com.google.android.gms:play-services-base:17.1.0'
4848
implementation 'com.google.android.gms:play-services-tasks:17.0.0'
4949

50+
javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
51+
5052
testImplementation 'junit:junit:4.13-beta-2'
5153
testImplementation 'org.mockito:mockito-core:2.25.0'
5254
testImplementation "org.robolectric:robolectric:$robolectricVersion"

appcheck/firebase-appcheck-safetynet/firebase-appcheck-safetynet.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ dependencies {
4848
implementation 'com.google.android.gms:play-services-tasks:17.0.0'
4949
implementation 'com.google.android.gms:play-services-safetynet:17.0.0'
5050

51+
javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
52+
5153
testImplementation 'junit:junit:4.13-beta-2'
5254
testImplementation 'org.mockito:mockito-core:2.25.0'
5355
testImplementation "org.robolectric:robolectric:$robolectricVersion"

appcheck/firebase-appcheck/firebase-appcheck.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ dependencies {
4747
implementation 'com.google.android.gms:play-services-base:17.1.0'
4848
implementation 'com.google.android.gms:play-services-tasks:17.0.0'
4949

50+
javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
51+
5052
testImplementation 'junit:junit:4.13-beta-2'
5153
testImplementation 'org.mockito:mockito-core:2.25.0'
5254
testImplementation 'org.mockito:mockito-inline:2.25.0'

0 commit comments

Comments
 (0)