Skip to content

Commit 849b645

Browse files
authored
Add missing javadoc classpath declaration. (#3674)
1 parent 51cc21f commit 849b645

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appcheck/firebase-appcheck-playintegrity/firebase-appcheck-playintegrity.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:18.0.1'
4949
implementation 'com.google.android.play:integrity:1.0.1'
5050

51+
javadocClasspath 'com.google.auto.value:auto-value-annotations:1.6.6'
52+
5153
testImplementation 'junit:junit:4.13.2'
5254
testImplementation 'org.mockito:mockito-core:3.4.6'
5355
testImplementation "com.google.truth:truth:$googleTruthVersion"

0 commit comments

Comments
 (0)