File tree Expand file tree Collapse file tree 5 files changed +18
-18
lines changed
firebase-encoders-reflective
protoc-gen-firebase-encoders/tests Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ android {
4545}
4646
4747dependencies {
48- implementation ' androidx.annotation:annotation:1.1.0 '
48+ implementation libs . androidx. annotation
4949
50- testImplementation ' androidx.test:runner:1.2.0 '
50+ testImplementation libs . androidx. test. runner
5151 testImplementation libs. androidx. test. junit
5252 testImplementation libs. truth
53- testImplementation ' junit:junit:4.13-rc-1 '
54- testImplementation ' org .mockito:mockito-core:2.25.0 '
53+ testImplementation libs . junit
54+ testImplementation libs . mockito. core
5555 testImplementation libs. robolectric
5656}
5757
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ android {
5151dependencies {
5252 api ' com.google.firebase:firebase-encoders:17.0.0'
5353
54- implementation ' androidx.annotation:annotation:1.1.0 '
54+ implementation libs . androidx. annotation
5555
56- testImplementation ' androidx.test:runner:1.3.0 '
56+ testImplementation libs . androidx. test. runner
5757 testImplementation libs. androidx. test. junit
58- testImplementation " com.google. truth:truth:1.0.1 "
59- testImplementation ' junit:junit:4.13 '
60- testImplementation ' org .mockito:mockito-core:3.3.3 '
58+ testImplementation libs . truth
59+ testImplementation libs . junit
60+ testImplementation libs . mockito. core
6161 testImplementation libs. robolectric
6262}
6363
Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ dependencies {
4848 api ' com.google.firebase:firebase-encoders:17.0.0'
4949 api ' com.google.firebase:firebase-encoders-json:18.0.0'
5050
51- implementation ' androidx.annotation:annotation:1.1.0 '
51+ implementation libs . androidx. annotation
5252
53- testImplementation ' androidx.test:runner:1.3.0 '
53+ testImplementation libs . androidx. test. runner
5454 testImplementation libs. androidx. test. junit
55- testImplementation ' com.google. truth:truth:1.0.1 '
56- testImplementation ' junit:junit:4.13 '
57- testImplementation ' org .mockito:mockito-core:3.3.3 '
55+ testImplementation libs . truth
56+ testImplementation libs . junit
57+ testImplementation libs . mockito. core
5858 testImplementation libs. robolectric
5959}
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ java {
3030
3131
3232dependencies {
33- implementation ' androidx.annotation:annotation:1.1.0 '
33+ implementation libs . androidx. annotation
3434
3535 testImplementation libs. truth
36- testImplementation ' junit:junit:4.13 '
36+ testImplementation libs . junit
3737}
3838
3939tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ dependencies {
5252 testImplementation project(" :encoders:firebase-encoders" )
5353 testImplementation project(" :encoders:firebase-encoders-proto" )
5454 testImplementation libs. protobuf. java
55- testImplementation " com.google. truth:truth:1.0.1 "
56- testImplementation ' junit:junit:4.13.1 '
55+ testImplementation libs . truth
56+ testImplementation libs . junit
5757}
You can’t perform that action at this time.
0 commit comments