From 5143bcf302ac76efba26464a656577a713e1f7d5 Mon Sep 17 00:00:00 2001 From: Emmanuel Garcia Date: Mon, 9 May 2022 15:26:34 -0700 Subject: [PATCH] Download the gradle wrapper (#1231) --- tool/android_ci_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/android_ci_script.sh b/tool/android_ci_script.sh index b2f3fb54f..47af693eb 100755 --- a/tool/android_ci_script.sh +++ b/tool/android_ci_script.sh @@ -37,6 +37,7 @@ do echo "== Testing '${PROJECT_NAME}' on Flutter's stable channel ==" pushd "${PROJECT_NAME}" + gradle wrapper ./gradlew --stacktrace assembleDebug ./gradlew --stacktrace assembleRelease