try automatically preserve app_version in build version
This commit is contained in:
parent
9035b895fb
commit
7cedd373fa
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@
|
||||||
<isset property="build.version" />
|
<isset property="build.version" />
|
||||||
</condition>
|
</condition>
|
||||||
<then>
|
<then>
|
||||||
<replaceregexp file="res/values/no_translate.xml" match='"app_version">(.*)<' replace='"app_version">${build.version}<' byline="true" />
|
<replaceregexp file="res/values/no_translate.xml" match='"app_version">(.*)<' replace='"app_version">\1${build.version}<' byline="true" />
|
||||||
</then>
|
</then>
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue