Commit f022c64c authored by QA—索 文涛's avatar QA—索 文涛

modified: qa_shell_script/app/XyqbAndroidBuild.sh

parent d075a489
File added
......@@ -56,7 +56,8 @@ function build_android()
cd ${project_path}
pwd
echo "开始使用gradle进行编译该版本的代码"
gradle resguard
#gradle resguard
gradle resguardRelease
if [ $? = 0 ]; then
echo "成功构建APK包".
echo "开始重命名对应的渠道包"
......
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