Fixed an issue with the provider authorities in the astridlite build script

pull/14/head
Sam Bosley 12 years ago
parent f04ab1b6ba
commit ef986333fc

@ -254,8 +254,8 @@
match="package=".*""
replace="package="com.todoroo.astridlite"" />
<replaceregexp file="AndroidManifest.xml"
match="authorities=&quot;(.*)&quot;"
replace="authorities=&quot;\1.lite&quot;"
match="authorities=&quot;(.*)astrid(.*)&quot;"
replace="authorities=&quot;\1astridlite\2&quot;"
flags="g"/>
<replaceregexp file="AndroidManifest.xml"
match="action android:name=&quot;com.todoroo.astrid"

Loading…
Cancel
Save