File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ android {
40
40
}
41
41
42
42
compileOptions {
43
- sourceCompatibility = 1.8
44
- targetCompatibility = 1.8
43
+ sourceCompatibility = JavaVersion . VERSION_1_8
44
+ targetCompatibility = JavaVersion . VERSION_1_8
45
45
}
46
46
47
47
testOptions {
@@ -61,7 +61,7 @@ dependencies {
61
61
62
62
testImplementation ' junit:junit:4.12'
63
63
testImplementation ' org.mockito:mockito-core:3.0.0'
64
- testImplementation ' org.robolectric:robolectric:4.4 '
64
+ testImplementation ' org.robolectric:robolectric:4.12.2 '
65
65
66
66
androidTestImplementation ' androidx.test:runner:1.2.0'
67
67
androidTestImplementation ' androidx.test:rules:1.2.0'
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ dependencies {
55
55
implementation ' com.google.android.gms:play-services-location:21.0.1'
56
56
57
57
testImplementation ' junit:junit:4.12'
58
- testImplementation ' org.mockito:mockito-core:3.0.0 '
59
- testImplementation ' org.mockito:mockito-inline:2.13 .0'
60
- testImplementation ' org.robolectric:robolectric:4.4 '
58
+ testImplementation ' org.mockito:mockito-core:5.15.2 '
59
+ testImplementation ' org.mockito:mockito-inline:5.2 .0'
60
+ testImplementation ' org.robolectric:robolectric:4.12.2 '
61
61
testImplementation ' androidx.test:core:1.4.0'
62
62
63
63
debugImplementation project(path : ' :androidbrowserhelper' )
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies {
63
63
implementation ' com.android.billingclient:billing:6.2.1'
64
64
65
65
testImplementation ' junit:junit:4.12'
66
- testImplementation ' org.robolectric:robolectric:4.4 '
66
+ testImplementation ' org.robolectric:robolectric:4.12.2 '
67
67
68
68
androidTestImplementation ' androidx.test:runner:1.2.0'
69
69
androidTestImplementation ' androidx.test:rules:1.2.0'
You can’t perform that action at this time.
0 commit comments