Commit 6b32de9c authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

20180082: Job [Deploy_Hi365_Android_PROD] configuration updated

Change performed by ³¯¾_¶§
parent 3acef3bd
......@@ -80,7 +80,10 @@ apk_path="${output_path}/${new_apk_name}"
# build command
flutter build apk --release -t lib/main_prod.dart
# rename apk name
# create apk
# bundletool build-apks --bundle=${output_path}/app-release.aab --output=${output_path}/app-release.apk
# rename aab name
mv ${output_path}/app-release.aab ${apk_path}
# deploy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment