|
|
|
|
@ -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 = "//pre.astrid.com/api/";" />
|
|
|
|
|
replace="URL = "//pre.astrid-dev.com/api/";" />
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
<!-- update api keys that require release signing -->
|
|
|
|
|
|