Commit ace4a562 by sikang

bug fix

parent 40039746
......@@ -14,7 +14,7 @@ gradlew clean
init(){
#api混淆
if [[ -e "script/api_mapping" ]]; then
cd code
cd lib_base/script/code
./rename_api.py || { echo "rename_api error!"; exit 1; }
cd ..
fi
......@@ -41,7 +41,7 @@ then
elif [ "${contact}" = "false" ];then
./sdk_manager.py 'close' 'CONTACT' || { echo "sdk_manager error!!!!!!!!!!!!"; exit 1; }
fi
cd ../../../
cd ../..
init
gradlew resguardAppProductGoogleplayRelease
......
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