temporary manual fix vor dev version number
This commit is contained in:
parent
a324188066
commit
3f42c08799
1 changed files with 2 additions and 1 deletions
|
@ -200,7 +200,8 @@
|
|||
<isset property="build.version" />
|
||||
</condition>
|
||||
<then>
|
||||
<replaceregexp file="res/values/no_translate.xml" match='"app_version">(.*)<' replace='"app_version">\1${build.version}<' byline="true" />
|
||||
<!-- replaceregexp file="res/values/no_translate.xml" match='"app_version">(.*)<' replace='"app_version">\1${build.version}<' byline="true" / -->
|
||||
<replaceregexp file="res/values/no_translate.xml" match='"app_version">(.*)<' replace='"app_version">2.0.0${build.version}<' byline="true" />
|
||||
</then>
|
||||
</if>
|
||||
|
||||
|
|
Loading…
Reference in a new issue