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 {
84
84
}
85
85
86
86
javadocClasspath ' com.google.code.findbugs:jsr305:3.0.2'
87
+ javadocClasspath ' com.google.auto.value:auto-value-annotations:1.6.6'
87
88
88
89
androidTestImplementation " androidx.annotation:annotation:1.1.0"
89
90
androidTestImplementation ' androidx.test:rules:1.2.0'
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ dependencies {
87
87
}
88
88
89
89
javadocClasspath ' com.google.code.findbugs:jsr305:3.0.2'
90
+ javadocClasspath ' com.google.auto.value:auto-value-annotations:1.6.6'
90
91
91
92
androidTestImplementation " androidx.annotation:annotation:1.1.0"
92
93
androidTestImplementation ' androidx.test:rules:1.2.0'
@@ -109,4 +110,3 @@ dependencies {
109
110
// ==========================================================================
110
111
ext. packageName = " com.google.firebase.storage"
111
112
apply from : ' ../gradle/googleServices.gradle'
112
-
You can’t perform that action at this time.
0 commit comments