mobile test builds: include commit count - which is used as the version code - in the version name string
This commit is contained in:
parent
e6f4c6d2c9
commit
8930812da1
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user