Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3d57885

Browse files
add missing jar
1 parent a38935b commit 3d57885

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shell/platform/android/embedding_bundle/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ android {
6161
embeddingTesting "org.robolectric:android-all:9-robolectric-4913185-2"
6262
// Get robolectric shadows for SDK=16 used by PlatformPluginTest.
6363
embeddingTesting_v16 "org.robolectric:android-all:4.1.2_r1-robolectric-r1"
64+
// Get robolectric shadows for SDK=16 used by PlatformPluginTest.
65+
embeddingTesting_v16 "org.robolectric:android-all-8.0.0_r4-robolectric-r1"
6466
embeddingTesting "androidx.fragment:fragment-testing:1.1.0"
6567
embeddingTesting "org.mockito:mockito-all:1.10.19"
6668
embeddingTesting ("org.robolectric:robolectric:4.3") {

0 commit comments

Comments
 (0)