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 {
45
45
}
46
46
47
47
dependencies {
48
- implementation ' androidx.annotation:annotation:1.1.0 '
48
+ implementation libs . androidx. annotation
49
49
50
- testImplementation ' androidx.test:runner:1.2.0 '
50
+ testImplementation libs . androidx. test. runner
51
51
testImplementation libs. androidx. test. junit
52
52
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
55
55
testImplementation libs. robolectric
56
56
}
57
57
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ android {
51
51
dependencies {
52
52
api ' com.google.firebase:firebase-encoders:17.0.0'
53
53
54
- implementation ' androidx.annotation:annotation:1.1.0 '
54
+ implementation libs . androidx. annotation
55
55
56
- testImplementation ' androidx.test:runner:1.3.0 '
56
+ testImplementation libs . androidx. test. runner
57
57
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
61
61
testImplementation libs. robolectric
62
62
}
63
63
Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ dependencies {
48
48
api ' com.google.firebase:firebase-encoders:17.0.0'
49
49
api ' com.google.firebase:firebase-encoders-json:18.0.0'
50
50
51
- implementation ' androidx.annotation:annotation:1.1.0 '
51
+ implementation libs . androidx. annotation
52
52
53
- testImplementation ' androidx.test:runner:1.3.0 '
53
+ testImplementation libs . androidx. test. runner
54
54
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
58
58
testImplementation libs. robolectric
59
59
}
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ java {
30
30
31
31
32
32
dependencies {
33
- implementation ' androidx.annotation:annotation:1.1.0 '
33
+ implementation libs . androidx. annotation
34
34
35
35
testImplementation libs. truth
36
- testImplementation ' junit:junit:4.13 '
36
+ testImplementation libs . junit
37
37
}
38
38
39
39
tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ dependencies {
52
52
testImplementation project(" :encoders:firebase-encoders" )
53
53
testImplementation project(" :encoders:firebase-encoders-proto" )
54
54
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
57
57
}
You can’t perform that action at this time.
0 commit comments