@@ -16,6 +16,7 @@ plugins {
16
16
id " com.google.protobuf"
17
17
id ' firebase-library'
18
18
id ' firebase-vendor'
19
+ id(" kotlin-android" )
19
20
}
20
21
21
22
// add a dependency on the protoc plugin's fat jar to make it available to protobuf below.
@@ -105,7 +106,7 @@ dependencies {
105
106
exclude group : " javax.inject" , module : " javax.inject"
106
107
}
107
108
108
- api " com.google.android.datatransport :transport-api:4.0.0 "
109
+ api project( " :transport:transport -api" )
109
110
api project(" :encoders:firebase-encoders" )
110
111
api project(" :encoders:firebase-encoders-proto" )
111
112
@@ -116,23 +117,23 @@ dependencies {
116
117
compileOnly " com.google.errorprone:error_prone_annotations:2.9.0"
117
118
118
119
annotationProcessor project(" :encoders:firebase-encoders-processor" )
119
- annotationProcessor " com.google.auto.value:auto-value:1.6.5 "
120
+ annotationProcessor libs . autovalue
120
121
annotationProcessor libs. dagger. compiler
121
122
122
- androidTestAnnotationProcessor ' com.google. dagger:dagger-compiler:2.27 '
123
+ androidTestAnnotationProcessor libs . dagger. compiler
123
124
124
125
testImplementation libs. androidx. test. core
125
126
testImplementation libs. androidx. test. junit
126
127
testImplementation libs. truth
127
- testImplementation ' junit:junit:4.13-beta-2 '
128
- testImplementation ' org .mockito:mockito-core:2.25.0 '
128
+ testImplementation libs . junit
129
+ testImplementation libs . mockito. core
129
130
testImplementation libs. robolectric
130
131
131
- androidTestImplementation ' androidx.test:rules:1.2.0 '
132
- androidTestImplementation ' androidx.test:runner:1.2.0 '
132
+ androidTestImplementation libs . androidx. test. rules
133
+ androidTestImplementation libs . androidx. test. runner
133
134
androidTestImplementation libs. androidx. test. junit
134
135
androidTestImplementation libs. truth
135
- androidTestImplementation ' junit:junit:4.13-beta-3 '
136
- androidTestImplementation ' org .mockito:mockito-android:2.25.0 '
137
- androidTestImplementation ' org .mockito:mockito-core:2.25.0 '
136
+ androidTestImplementation libs . junit
137
+ androidTestImplementation libs . mockito. android
138
+ androidTestImplementation libs . mockito. core
138
139
}
0 commit comments