This kept the old build number, not the original string value of app_version

This commit is contained in:
sonora 2014-11-28 08:47:12 +01:00
parent 266e51fdcb
commit 626a69a02e

View file

@ -200,7 +200,7 @@
<isset property="build.version" />
</condition>
<then>
<replaceregexp file="res/values/no_translate.xml" match='"app_version"&gt;(.*)&lt;' replace='"app_version"&gt;\1${build.version}&lt;' byline="true" />
<replaceregexp file="res/values/no_translate.xml" match='"app_version"&gt;(.*)&lt;' replace='"app_version"&gt;${build.version}&lt;' byline="true" />
</then>
</if>