Skip to content

Commit

Permalink
feat 撤销了代码
Browse files Browse the repository at this point in the history
  • Loading branch information
wuao committed Sep 11, 2023
1 parent 77350a3 commit cce6bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static void buildFlutter() {
List<String> commend = new ArrayList<>();
commend.add("bash");
commend.add("-c");
commend.add("cd ../mexo_flutter_module && pwd && flutter clean && flutter pub get ");
commend.add("cd ../mexo_flutter_module && pwd && flutter clean && flutter pub get && flutter build aar");
try {
ProcessUtils.exec(commend);
} catch (Exception e) {
Expand Down

0 comments on commit cce6bea

Please sign in to comment.