diff --git a/jobs/Deploy_Hi365_Android_PROD/config.xml b/jobs/Deploy_Hi365_Android_PROD/config.xml index d177059572a9a87e45dfc9c339bedaefae9a94c9..ad8f778bbe79d45453482ad3cab83e064caaf820 100644 --- a/jobs/Deploy_Hi365_Android_PROD/config.xml +++ b/jobs/Deploy_Hi365_Android_PROD/config.xml @@ -78,7 +78,7 @@ new_aab_name="Hi365_Release_${current_date}_$Version_Number_${git_short_has aab_path="${output_path}/${new_aab_name}" # build command -flutter build appbundle -t lib/main_prod.dart --target-platform=android-arm64 +flutter build appbundle --release -t lib/main_prod.dart --target-platform=android-arm64 # create apk # bundletool build-apks --bundle=${output_path}/app-release.aab --output=${output_path}/app-release.apks