mobile test builds: include commit count - which is used as the version code - in the version name string

This commit is contained in:
Jon Atkins 2013-11-09 22:13:06 +00:00
parent e6f4c6d2c9
commit 8930812da1

View File

@ -142,8 +142,8 @@
<replaceregexp <replaceregexp
file="AndroidManifest.xml" file="AndroidManifest.xml"
match='android:versionName="(\d+\.\d+)"' match='android:versionName="(\d+(\.\d+)*)"'
replace='android:versionName="\1.${git.version}"' /> replace='android:versionName="\1.${git.commits}.${git.version}"' />
</target> </target>
<target name="-custom-restore-manifest"> <target name="-custom-restore-manifest">