File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
camera_android_camerax/android
file_selector/file_selector_android/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
shared_preferences/shared_preferences_android/android
url_launcher/url_launcher_android/android
video_player/video_player_android/android Expand file tree Collapse file tree 10 files changed +10
-10
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.7.0'
73
- testImplementation ' org.robolectric:robolectric:4.15.1 '
73
+ testImplementation ' org.robolectric:robolectric:4.16 '
74
74
}
Original file line number Diff line number Diff line change @@ -82,5 +82,5 @@ dependencies {
82
82
testImplementation " org.mockito:mockito-core:5.19.0"
83
83
testImplementation ' org.mockito:mockito-inline:5.2.0'
84
84
testImplementation ' androidx.test:core:1.7.0'
85
- testImplementation ' org.robolectric:robolectric:4.15.1 '
85
+ testImplementation ' org.robolectric:robolectric:4.16 '
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.7.0'
42
- testImplementation " org.robolectric:robolectric:4.15.1 "
42
+ testImplementation " org.robolectric:robolectric:4.16 "
43
43
}
44
44
45
45
lintOptions {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ android {
45
45
testImplementation ' junit:junit:4.13.2'
46
46
testImplementation ' org.mockito:mockito-core:5.19.0'
47
47
testImplementation ' androidx.test:core:1.7.0'
48
- testImplementation " org.robolectric:robolectric:4.15.1 "
48
+ testImplementation " org.robolectric:robolectric:4.16 "
49
49
}
50
50
51
51
compileOptions {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
43
43
testImplementation ' junit:junit:4.13.2'
44
44
testImplementation ' org.mockito:mockito-core:5.19.0'
45
45
testImplementation ' androidx.test:core:1.7.0'
46
- testImplementation " org.robolectric:robolectric:4.15.1 "
46
+ testImplementation " org.robolectric:robolectric:4.16 "
47
47
}
48
48
49
49
compileOptions {
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
65
65
testImplementation ' org.json:json:20250107'
66
66
testImplementation ' org.mockito:mockito-core:5.19.0'
67
67
testImplementation ' androidx.test:core:1.7.0'
68
- testImplementation ' org.robolectric:robolectric:4.15.1 '
68
+ testImplementation ' org.robolectric:robolectric:4.16 '
69
69
androidTestImplementation ' androidx.test:runner:1.7.0'
70
70
androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
71
71
}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
61
61
api " androidx.fragment:fragment:1.8.8"
62
62
testImplementation ' junit:junit:4.13.2'
63
63
testImplementation ' org.mockito:mockito-inline:5.2.0'
64
- testImplementation ' org.robolectric:robolectric:4.15.1 '
64
+ testImplementation ' org.robolectric:robolectric:4.16 '
65
65
androidTestImplementation ' androidx.test:runner:1.7.0'
66
66
androidTestImplementation ' androidx.test:rules:1.7.0'
67
67
androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ android {
65
65
testImplementation ' junit:junit:4.13.2'
66
66
testImplementation ' androidx.test:core-ktx:1.7.0'
67
67
testImplementation ' androidx.test.ext:junit-ktx:1.2.1'
68
- testImplementation ' org.robolectric:robolectric:4.15.1 '
68
+ testImplementation ' org.robolectric:robolectric:4.16 '
69
69
testImplementation ' org.mockito:mockito-inline:5.2.0'
70
70
testImplementation ' io.mockk:mockk:1.14.5'
71
71
}
Original file line number Diff line number Diff line change @@ -67,5 +67,5 @@ dependencies {
67
67
testImplementation ' junit:junit:4.13.2'
68
68
testImplementation ' org.mockito:mockito-core:5.19.0'
69
69
testImplementation ' androidx.test:core:1.7.0'
70
- testImplementation ' org.robolectric:robolectric:4.15.1 '
70
+ testImplementation ' org.robolectric:robolectric:4.16 '
71
71
}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ android {
49
49
testImplementation ' junit:junit:4.13.2'
50
50
testImplementation ' androidx.test:core:1.7.0'
51
51
testImplementation ' org.mockito:mockito-inline:5.2.0'
52
- testImplementation ' org.robolectric:robolectric:4.15.1 '
52
+ testImplementation ' org.robolectric:robolectric:4.16 '
53
53
testImplementation " androidx.media3:media3-test-utils:${ exoplayer_version} "
54
54
}
55
55
You can’t perform that action at this time.
0 commit comments