Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5725ceba75
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@
|
|||
<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">${build.version}<' byline="true" />
|
||||
</then>
|
||||
</if>
|
||||
|
||||
|
|
Loading…
Reference in a new issue