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

Commit 602bd5a

Browse files
add missing jar
1 parent a38935b commit 602bd5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shell/platform/android/embedding_bundle/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ configurations {
3434
// Use any of these configurations for dependencies required for testing the embedding.
3535
embeddingTesting
3636
embeddingTesting_v16
37+
embeddingTesting_v26
3738
}
3839

3940
android {
@@ -61,6 +62,8 @@ android {
6162
embeddingTesting "org.robolectric:android-all:9-robolectric-4913185-2"
6263
// Get robolectric shadows for SDK=16 used by PlatformPluginTest.
6364
embeddingTesting_v16 "org.robolectric:android-all:4.1.2_r1-robolectric-r1"
65+
// Get robolectric shadows for SDK=26 used by TextInputPluginTest.
66+
embeddingTesting_v26 "org.robolectric:android-all:8.0.0_r4-robolectric-r1"
6467
embeddingTesting "androidx.fragment:fragment-testing:1.1.0"
6568
embeddingTesting "org.mockito:mockito-all:1.10.19"
6669
embeddingTesting ("org.robolectric:robolectric:4.3") {
@@ -82,6 +85,7 @@ task updateDependencies() {
8285
from configurations.embedding
8386
from configurations.embeddingTesting
8487
from configurations.embeddingTesting_v16
88+
from configurations.embeddingTesting_v26
8589
into destinationDir
8690
}
8791
doLast {

0 commit comments

Comments
 (0)