File tree 2 files changed +8
-2
lines changed 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 66
66
minSdkVersion = 21
67
67
targetSdkVersion = 31
68
68
69
- mockitoCoreVersion = ' 4.4.0 '
69
+ mockitoCoreVersion = ' 4.6.1 '
70
70
junitVersion = " 4.13.2"
71
+ jupiterVersion = " 5.6.0"
71
72
robolectricVersion = " 4.7"
72
73
}
Original file line number Diff line number Diff line change @@ -47,10 +47,11 @@ ext {
47
47
48
48
dependencies {
49
49
api " androidx.annotation:annotation:1.3.0"
50
- api " androidx.core:core:1.7 .0"
50
+ api " androidx.core:core:1.8 .0"
51
51
api " com.squareup.okhttp3:okhttp:$okhttpVersion "
52
52
api project(' :bolts-tasks' )
53
53
54
+ testImplementation " org.junit.jupiter:junit-jupiter:$rootProject . ext . jupiterVersion "
54
55
testImplementation " org.skyscreamer:jsonassert:1.5.0"
55
56
testImplementation " junit:junit:$rootProject . ext . junitVersion "
56
57
testImplementation " org.mockito:mockito-core:$rootProject . ext . mockitoCoreVersion "
@@ -88,6 +89,10 @@ tasks.withType(Test) {
88
89
}
89
90
}
90
91
92
+ tasks. withType(Test ) {
93
+ useJUnitPlatform()
94
+ }
95
+
91
96
jacocoAndroidUnitTestReport {
92
97
csv. enabled false
93
98
html. enabled true
You can’t perform that action at this time.
0 commit comments