File tree 8 files changed +16
-8
lines changed 8 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
66
66
implementation ' com.google.android.gms:play-services-basement:17.0.0'
67
67
implementation " com.google.android.gms:play-services-tasks:17.0.0"
68
68
69
- api ' com.google.auto.value:auto-value-annotations:1.6.5 '
69
+ compileOnly ' com.google.auto.value:auto-value-annotations:1.6.6 '
70
70
compileOnly ' com.google.code.findbugs:jsr305:3.0.2'
71
71
72
72
// needed for Kotlin detection to compile, but not necessarily present at runtime.
@@ -79,7 +79,7 @@ dependencies {
79
79
testImplementation " com.google.truth:truth:$googleTruthVersion "
80
80
testImplementation ' org.mockito:mockito-core:2.25.0'
81
81
82
- annotationProcessor ' com.google.auto.value:auto-value:1.6.2 '
82
+ annotationProcessor ' com.google.auto.value:auto-value:1.6.5 '
83
83
84
84
androidTestImplementation ' junit:junit:4.12'
85
85
androidTestImplementation ' androidx.test:runner:1.2.0'
Original file line number Diff line number Diff line change 1
1
-dontwarn com.google.firebase.platforminfo.KotlinDetector
2
+ -dontwarn com.google.auto.value.AutoValue
3
+ -dontwarn com.google.auto.value.AutoValue$Builder
Original file line number Diff line number Diff line change
1
+ -dontwarn com.google.auto.value.AutoValue
2
+ -dontwarn com.google.auto.value.AutoValue$Builder
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ android {
35
35
}
36
36
37
37
dependencies {
38
- compileOnly ' com.google.auto.value:auto-value-annotations:1.6.5 '
39
- compileOnly ' androidx.annotation:annotation:1.1.0'
40
- annotationProcessor " com.google.auto.value:auto-value:1.6.2 "
38
+ compileOnly ' com.google.auto.value:auto-value-annotations:1.6.6 '
39
+ implementation ' androidx.annotation:annotation:1.1.0'
40
+ annotationProcessor " com.google.auto.value:auto-value:1.6.5 "
41
41
testImplementation ' junit:junit:4.13-beta-3'
42
42
testImplementation " com.google.truth:truth:$googleTruthVersion "
43
43
}
Original file line number Diff line number Diff line change
1
+ -dontwarn com.google.auto.value.AutoValue
2
+ -dontwarn com.google.auto.value.AutoValue$Builder
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ dependencies {
56
56
implementation project(' :encoders:firebase-encoders-json' )
57
57
implementation ' androidx.annotation:annotation:1.1.0'
58
58
59
- compileOnly " com.google.auto.value:auto-value-annotations:1.6.5 "
59
+ compileOnly " com.google.auto.value:auto-value-annotations:1.6.6 "
60
60
61
- annotationProcessor " com.google.auto.value:auto-value:1.6.2 "
61
+ annotationProcessor " com.google.auto.value:auto-value:1.6.5 "
62
62
annotationProcessor project(' :encoders:firebase-encoders-processor' )
63
63
64
64
testImplementation ' com.google.protobuf:protobuf-java:3.10.0'
Original file line number Diff line number Diff line change
1
+ -dontwarn com.google.auto.value.AutoValue
2
+ -dontwarn com.google.auto.value.AutoValue$Builder
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
implementation ' com.google.dagger:dagger:2.27'
63
63
implementation ' androidx.annotation:annotation:1.1.0'
64
64
65
- compileOnly " com.google.auto.value:auto-value-annotations:1.6.5 "
65
+ compileOnly " com.google.auto.value:auto-value-annotations:1.6.6 "
66
66
67
67
annotationProcessor " com.google.auto.value:auto-value:1.6.5"
68
68
annotationProcessor ' com.google.dagger:dagger-compiler:2.24'
You can’t perform that action at this time.
0 commit comments