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

Commit 620b9e4

Browse files
authored
update links from #24766 (#24818)
1 parent dcb57f0 commit 620b9e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
44
sdk=28

shell/platform/android/test/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ integration tests in other repos.
1414
`shell/platform/android/**test**/io/flutter/util/Preconditions**Test**.java`.
1515
2. 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.
1818
3. 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).

0 commit comments

Comments
 (0)