temporary manual fix vor dev version number

This commit is contained in:
sonora 2014-12-07 01:28:01 +01:00
parent a324188066
commit 3f42c08799

View file

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