|
|
|
@ -247,6 +247,9 @@
|
|
|
|
<replaceregexp file="${source.dir}/com/todoroo/astrid/utility/Constants.java"
|
|
|
|
<replaceregexp file="${source.dir}/com/todoroo/astrid/utility/Constants.java"
|
|
|
|
match="ASTRID_LITE = .*"
|
|
|
|
match="ASTRID_LITE = .*"
|
|
|
|
replace="ASTRID_LITE = true;" />
|
|
|
|
replace="ASTRID_LITE = true;" />
|
|
|
|
|
|
|
|
<replaceregexp file="${source.dir}/com/todoroo/astrid/utility/Constants.java"
|
|
|
|
|
|
|
|
match="LOCALYTICS_KEY = .*"
|
|
|
|
|
|
|
|
replace="LOCALYTICS_KEY = LOCALYTICS_KEY_LITE;" />
|
|
|
|
<replaceregexp file="AndroidManifest.xml"
|
|
|
|
<replaceregexp file="AndroidManifest.xml"
|
|
|
|
match="package=".*""
|
|
|
|
match="package=".*""
|
|
|
|
replace="package="com.todoroo.astridlite"" />
|
|
|
|
replace="package="com.todoroo.astridlite"" />
|
|
|
|
|