POR="$(cat app/build.gradle | grep -o “versionName\s+[*]+” | awk '{ print $2 }')" envman add --key CURRENT_VERSION_NAME --value “$POR”
確定! 回上一頁