pick up gtasks api key on build

pull/14/head
Tim Su 13 years ago
parent e2f8f77fd4
commit 50ec30eb21

@ -131,6 +131,9 @@
<replaceregexp file="${source.dir}/com/todoroo/astrid/actfm/sync/ActFmInvoker.java"
match="APP_SECRET = .*"
replace="APP_SECRET = &quot;${apikey.actfm.secret}&quot;;" />
<replaceregexp file="${source.dir}/com/todoroo/astrid/gtasks/api/GtasksService.java"
match="API_KEY = .*"
replace="API_KEY = &quot;${apikey.gtasks}&quot;;" />
</target>
<!-- update api keys that require release signing -->

Loading…
Cancel
Save