diff --git a/jobs/Deploy_Hi365_Android_SIT/config.xml b/jobs/Deploy_Hi365_Android_SIT/config.xml index a6584cebac03c0da57c8d5587e7783810366ffde..0405b6e811e06bb8f13523395b95bfbcd77607a9 100644 --- a/jobs/Deploy_Hi365_Android_SIT/config.xml +++ b/jobs/Deploy_Hi365_Android_SIT/config.xml @@ -34,6 +34,12 @@ develop false + + Version_Number + + 0.0.0 + false + @@ -83,7 +89,7 @@ fi output_path="${project_path}/build/app/outputs/apk/${build_type}" -new_apk_name="Hi365_SIT_${current_date}_${git_short_hash}.apk" +new_apk_name="Hi365_SIT_${current_date}_$Version_Number_${git_short_hash}.apk" apk_path="${output_path}/${new_apk_name}"