Skip to content

Commit e019cf9

Browse files
authored
[Android 16] Bump Packages to Robolectric 4.16 (flutter#10492)
Last bump to robolectric. The rest were previously done by dependabot. Partially Addresses flutter/flutter#177674 Partially Addresses flutter/flutter#163071 ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent 5c5b6c6 commit e019cf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/video_player/video_player/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ flutter {
5858

5959
dependencies {
6060
testImplementation("junit:junit:4.13.2")
61-
testImplementation("org.robolectric:robolectric:4.10.3")
61+
testImplementation("org.robolectric:robolectric:4.16")
6262
testImplementation("org.mockito:mockito-core:5.0.0")
6363
androidTestImplementation("androidx.test:runner:1.1.1")
6464
androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1")

packages/video_player/video_player_android/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
testImplementation("androidx.test.ext:junit:1.2.1")
6161
testImplementation("com.google.truth:truth:1.1.3")
6262
testImplementation("junit:junit:4.13")
63-
testImplementation("org.robolectric:robolectric:4.10.3")
63+
testImplementation("org.robolectric:robolectric:4.16")
6464
testImplementation("org.mockito:mockito-core:5.17.0")
6565
androidTestImplementation("androidx.test:runner:1.1.1")
6666
androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1")

0 commit comments

Comments
 (0)