diff --git a/scripts/tinker_release_base.sh b/scripts/tinker_release_base.sh index eff12ab0ae..a29880857f 100755 --- a/scripts/tinker_release_base.sh +++ b/scripts/tinker_release_base.sh @@ -46,6 +46,9 @@ echo "enabling tinker..." # enable tinker build sed -i.bak "s/TINKER_ENABLE\=\(.*\)/TINKER_ENABLE\=1/g" ${GRADLE_FILE} +# remove old tinker Id +sed -i.bak "s/TINKER_ID\=\(.*\)/TINKER_ID\=/g" ${GRADLE_FILE} + echo ${CMD_GRADLE_SYNC} ${CMD_GRADLE_SYNC}