@@ -16,6 +16,7 @@ plugins {
1616 id " com.google.protobuf"
1717 id ' firebase-library'
1818 id ' firebase-vendor'
19+ id(" kotlin-android" )
1920}
2021
2122// add a dependency on the protoc plugin's fat jar to make it available to protobuf below.
@@ -105,7 +106,7 @@ dependencies {
105106 exclude group : " javax.inject" , module : " javax.inject"
106107 }
107108
108- api " com.google.android.datatransport :transport-api:4.0.0 "
109+ api project( " :transport:transport -api" )
109110 api project(" :encoders:firebase-encoders" )
110111 api project(" :encoders:firebase-encoders-proto" )
111112
@@ -116,23 +117,23 @@ dependencies {
116117 compileOnly " com.google.errorprone:error_prone_annotations:2.9.0"
117118
118119 annotationProcessor project(" :encoders:firebase-encoders-processor" )
119- annotationProcessor " com.google.auto.value:auto-value:1.6.5 "
120+ annotationProcessor libs . autovalue
120121 annotationProcessor libs. dagger. compiler
121122
122- androidTestAnnotationProcessor ' com.google. dagger:dagger-compiler:2.27 '
123+ androidTestAnnotationProcessor libs . dagger. compiler
123124
124125 testImplementation libs. androidx. test. core
125126 testImplementation libs. androidx. test. junit
126127 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
129130 testImplementation libs. robolectric
130131
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
133134 androidTestImplementation libs. androidx. test. junit
134135 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
138139}
0 commit comments