update new url for pre.astrid-dev

pull/14/head
Tim Su 13 years ago
parent 38bcd361f2
commit aa176785a8

@ -172,11 +172,11 @@
replace="API_SECRET = "${apikey.analytics.lite.secret}";" />
</target>
<target name="updatekeys-pre" if="pre.astrid" description="use pre.astrid.com">
<target name="updatekeys-pre" if="pre.astrid" description="use pre.astrid-dev.com">
<property file="${apikey.keyfile}" />
<replaceregexp file="${source.dir}/com/todoroo/astrid/actfm/sync/ActFmInvoker.java"
match="URL = .*"
replace="URL = &quot;//pre.astrid.com/api/&quot;;" />
replace="URL = &quot;//pre.astrid-dev.com/api/&quot;;" />
</target>
<!-- update api keys that require release signing -->

Loading…
Cancel
Save