File tree Expand file tree Collapse file tree 15 files changed +21
-21
lines changed
camera_android_camerax/android
file_selector/file_selector_android/android
flutter_plugin_android_lifecycle/android
google_maps_flutter/google_maps_flutter_android/android
image_picker/image_picker_android/android
in_app_purchase/in_app_purchase_android/android
local_auth/local_auth_android/android
alternate_language_test_plugin/android
quick_actions/quick_actions_android/android
shared_preferences/shared_preferences_android/android
url_launcher/url_launcher_android/android
video_player/video_player_android/android
webview_flutter/webview_flutter_android/android Expand file tree Collapse file tree 15 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -70,5 +70,5 @@ dependencies {
70
70
testImplementation ' junit:junit:4.13.2'
71
71
testImplementation ' org.mockito:mockito-inline:5.2.0'
72
72
testImplementation ' androidx.test:core:1.6.1'
73
- testImplementation ' org.robolectric:robolectric:4.14 .1'
73
+ testImplementation ' org.robolectric:robolectric:4.15 .1'
74
74
}
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ dependencies {
79
79
implementation " androidx.camera:camera-video:${ camerax_version} "
80
80
implementation ' com.google.guava:guava:33.4.0-android'
81
81
testImplementation ' junit:junit:4.13.2'
82
- testImplementation " org.mockito:mockito-core:5.17 .0"
82
+ testImplementation " org.mockito:mockito-core:5.18 .0"
83
83
testImplementation ' org.mockito:mockito-inline:5.2.0'
84
84
testImplementation ' androidx.test:core:1.6.1'
85
- testImplementation ' org.robolectric:robolectric:4.14 .1'
85
+ testImplementation ' org.robolectric:robolectric:4.15 .1'
86
86
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ android {
39
39
testImplementation ' junit:junit:4.13.2'
40
40
testImplementation ' org.mockito:mockito-inline:5.2.0'
41
41
testImplementation ' androidx.test:core:1.6.1'
42
- testImplementation " org.robolectric:robolectric:4.14 .1"
42
+ testImplementation " org.robolectric:robolectric:4.15 .1"
43
43
}
44
44
45
45
lintOptions {
Original file line number Diff line number Diff line change @@ -62,5 +62,5 @@ android {
62
62
63
63
dependencies {
64
64
testImplementation ' junit:junit:4.13.2'
65
- testImplementation ' org.mockito:mockito-core:5.17 .0'
65
+ testImplementation ' org.mockito:mockito-core:5.18 .0'
66
66
}
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ android {
43
43
androidTestImplementation ' androidx.test:rules:1.6.1'
44
44
androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
45
45
testImplementation ' junit:junit:4.13.2'
46
- testImplementation ' org.mockito:mockito-core:5.17 .0'
46
+ testImplementation ' org.mockito:mockito-core:5.18 .0'
47
47
testImplementation ' androidx.test:core:1.6.1'
48
- testImplementation " org.robolectric:robolectric:4.14 .1"
48
+ testImplementation " org.robolectric:robolectric:4.15 .1"
49
49
}
50
50
51
51
compileOptions {
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ android {
41
41
implementation ' androidx.activity:activity:1.9.3'
42
42
43
43
testImplementation ' junit:junit:4.13.2'
44
- testImplementation ' org.mockito:mockito-core:5.17 .0'
44
+ testImplementation ' org.mockito:mockito-core:5.18 .0'
45
45
testImplementation ' androidx.test:core:1.6.1'
46
- testImplementation " org.robolectric:robolectric:4.14 .1"
46
+ testImplementation " org.robolectric:robolectric:4.15 .1"
47
47
}
48
48
49
49
compileOptions {
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ dependencies {
63
63
implementation ' com.android.billingclient:billing:7.1.1'
64
64
testImplementation ' junit:junit:4.13.2'
65
65
testImplementation ' org.json:json:20250107'
66
- testImplementation ' org.mockito:mockito-core:5.17 .0'
66
+ testImplementation ' org.mockito:mockito-core:5.18 .0'
67
67
testImplementation ' androidx.test:core:1.6.1'
68
- testImplementation ' org.robolectric:robolectric:4.14 .1'
68
+ testImplementation ' org.robolectric:robolectric:4.15 .1'
69
69
androidTestImplementation ' androidx.test:runner:1.6.2'
70
70
androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
71
71
}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
61
61
api " androidx.fragment:fragment:1.6.2"
62
62
testImplementation ' junit:junit:4.13.2'
63
63
testImplementation ' org.mockito:mockito-inline:5.2.0'
64
- testImplementation ' org.robolectric:robolectric:4.14 .1'
64
+ testImplementation ' org.robolectric:robolectric:4.15 .1'
65
65
androidTestImplementation ' androidx.test:runner:1.6.2'
66
66
androidTestImplementation ' androidx.test:rules:1.6.1'
67
67
androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ android {
54
54
55
55
dependencies {
56
56
testImplementation ' junit:junit:4.13.2'
57
- testImplementation " org.mockito:mockito-core:5.17 .0"
57
+ testImplementation " org.mockito:mockito-core:5.18 .0"
58
58
}
59
59
}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ android {
66
66
67
67
dependencies {
68
68
testImplementation ' junit:junit:4.13.2'
69
- testImplementation " io.mockk:mockk:1.13.16 "
69
+ testImplementation " io.mockk:mockk:1.14.4 "
70
70
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
71
71
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
72
72
implementation(platform(" org.jetbrains.kotlin:kotlin-bom:2.0.21" ))
You can’t perform that action at this time.
0 commit comments