This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
shell/platform/android/embedding_bundle Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
3940android {
@@ -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 {
You can’t perform that action at this time.
0 commit comments