Skip to content

Commit

Permalink
Better naming of Astrid lite version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbosley committed Dec 19, 2012
1 parent cca373a commit fa90917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions astrid/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
</target>

<!-- build lite release package with updated version name -->
<target name="release-lite" depends="clean, set-lite-property, release-custom" />
<target name="release-lite" depends="clean, set-lite-property, release" />
<target name="debug-lite" depends="clean, set-lite-property, debug" />

<target name="set-lite-property">
Expand Down Expand Up @@ -285,8 +285,8 @@
flags="g"
/>
<replaceregexp file="AndroidManifest.xml"
match="(android:versionName=&quot;[^&quot; ]*)[^&quot;]*"
replace="\1${custom.version.name}"
match="(android:versionName=&quot;)4"
replace="\10"
/>
<replaceregexp file="AndroidManifest.xml"
match="application android:icon=&quot;(.*)&quot;"
Expand Down
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
<target name="release-lite" depends="get-version">
<subant target="release-lite">
<fileset file="astrid/build.xml" />
<property name="custom.version.name" value="-lite" />
</subant>
</target>

Expand Down

0 comments on commit fa90917

Please sign in to comment.