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

Commit c0964f5

Browse files
authored
Fix generateLockfiles running directory for documentation (#42734)
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent ac954ee commit c0964f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/scenario_app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ If a Gradle dependency is updated, lockfiles must be regenerated.
8080
To generate new lockfiles, run:
8181

8282
```bash
83-
cd android
84-
../../../../third_party/gradle/bin/gradle generateLockfiles
83+
cd android/app
84+
../../../../../third_party/gradle/bin/gradle generateLockfiles
8585
```

0 commit comments

Comments
 (0)