This commit is contained in:
xster 2021-03-09 23:45:02 -08:00 committed by GitHub
parent 6de6982fa9
commit c0b9da55ea
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Match the value at shell/platform/android/embedding_bundle/build.gradle.
# Match the value at tools/cipd/android_embedding_bundle/build.gradle.
# TODO(https://github.com/flutter/flutter/issues/57655): figure out
# what's wrong with sdk=29.
sdk=28

View File

@ -14,7 +14,7 @@ integration tests in other repos.
`shell/platform/android/**test**/io/flutter/util/Preconditions**Test**.java`.
2. Add your file to the `sources` of the `robolectric_tests` build target in
`/shell/platform/android/BUILD.gn`. This compiles the test class into the
test jar.
test jar.
3. Import your test class and add it to the `@SuiteClasses` annotation in
`FlutterTestSuite.java`. This makes sure the test is actually executed at
run time.
@ -25,8 +25,8 @@ integration tests in other repos.
### My new test won't run. There's a "ClassNotFoundException".
See [Updating Embedding Dependencies](../embedding_bundle).
See [Updating Embedding Dependencies](/tools/cipd/android_embedding_bundle).
### My new test won't compile. It can't find one of my imports.
See [Updating Embedding Dependencies](../embedding_bundle).
See [Updating Embedding Dependencies](/tools/cipd/android_embedding_bundle).