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
|
||||
file="AndroidManifest.xml"
|
||||
match='android:versionName="(\d+\.\d+)"'
|
||||
replace='android:versionName="\1.${git.version}"' />
|
||||
match='android:versionName="(\d+(\.\d+)*)"'
|
||||
replace='android:versionName="\1.${git.commits}.${git.version}"' />
|
||||
</target>
|
||||
|
||||
<target name="-custom-restore-manifest">
|
||||
|
Loading…
x
Reference in New Issue
Block a user