remove tinkerid before tinker release base
This commit is contained in:
@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user