File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ dependencies {
8484 }
8585
8686 javadocClasspath ' com.google.code.findbugs:jsr305:3.0.2'
87+ javadocClasspath ' com.google.auto.value:auto-value-annotations:1.6.6'
8788
8889 androidTestImplementation " androidx.annotation:annotation:1.1.0"
8990 androidTestImplementation ' androidx.test:rules:1.2.0'
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ dependencies {
8787 }
8888
8989 javadocClasspath ' com.google.code.findbugs:jsr305:3.0.2'
90+ javadocClasspath ' com.google.auto.value:auto-value-annotations:1.6.6'
9091
9192 androidTestImplementation " androidx.annotation:annotation:1.1.0"
9293 androidTestImplementation ' androidx.test:rules:1.2.0'
@@ -109,4 +110,3 @@ dependencies {
109110// ==========================================================================
110111ext. packageName = " com.google.firebase.storage"
111112apply from : ' ../gradle/googleServices.gradle'
112-
You can’t perform that action at this time.
0 commit comments