Commit 8904cd33 by sikang

update builder

parent c40bfa73
...@@ -20,7 +20,6 @@ init(){ ...@@ -20,7 +20,6 @@ init(){
cd .. cd ..
fi fi
./sdk_manager.py 'close' 'NOLOG' || { echo "sdk_manager error!"; exit 1; }
cd garble cd garble
#字符串混淆 #字符串混淆
...@@ -35,6 +34,7 @@ init(){ ...@@ -35,6 +34,7 @@ init(){
if((${action}=='1')) if((${action}=='1'))
then then
./sdk_manager.py 'close' 'NOLOG' || { echo "sdk_manager error!"; exit 1; }
init init
gradlew resguardAppProductGoogleplayRelease 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