This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Match the value at shell/platform/android/embedding_bundle /build.gradle.
1+ # Match the value at tools/cipd/android_embedding_bundle /build.gradle.
22# TODO(https://github.com/flutter/flutter/issues/57655): figure out
33# what's wrong with sdk=29.
44sdk =28
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ integration tests in other repos.
1414 ` shell/platform/android/**test**/io/flutter/util/Preconditions**Test**.java ` .
15152 . Add your file to the ` sources ` of the ` robolectric_tests ` build target in
1616 ` /shell/platform/android/BUILD.gn ` . This compiles the test class into the
17- test jar.
17+ test jar.
18183 . Import your test class and add it to the ` @SuiteClasses ` annotation in
1919 ` FlutterTestSuite.java ` . This makes sure the test is actually executed at
2020 run time.
@@ -25,8 +25,8 @@ integration tests in other repos.
2525
2626### My new test won't run. There's a "ClassNotFoundException".
2727
28- See [ Updating Embedding Dependencies] ( ../embedding_bundle ) .
28+ See [ Updating Embedding Dependencies] ( /tools/cipd/android_embedding_bundle ) .
2929
3030### My new test won't compile. It can't find one of my imports.
3131
32- See [ Updating Embedding Dependencies] ( ../embedding_bundle ) .
32+ See [ Updating Embedding Dependencies] ( /tools/cipd/android_embedding_bundle ) .
You can’t perform that action at this time.
0 commit comments