comment new Edition date source
This commit is contained in:
parent
cf47c09c32
commit
1e98fc9d54
1 changed files with 2 additions and 1 deletions
|
@ -201,7 +201,7 @@
|
|||
</condition>
|
||||
<then>
|
||||
<!-- old expression with manual version input: replaceregexp file="res/values/no_translate.xml" match='"app_version">(.*)<' replace='"app_version">2.0.0${build.version}<' byline="true" / -->
|
||||
<!-- From old dev apk version string, cut off old build number ("#old_build_number" and after) and compile new apk version from app_version and #new_build_number -->
|
||||
<!-- From old dev apk version string, cut off old build number ("#old_build_number" and after) and compile new apk version from app_version and #new_build_number (=BUILD_NUMBER in builder) -->
|
||||
<replaceregexp file="res/values/no_translate.xml" match='"app_version">([^#]+)(.*)<' replace='"app_version">\1${build.version}<' byline="true" />
|
||||
</then>
|
||||
</if>
|
||||
|
@ -210,6 +210,7 @@
|
|||
<isset property="app.edition" />
|
||||
</condition>
|
||||
<then>
|
||||
<!-- Use BUILD_ID from builder to get precise apk Edition date -->
|
||||
<replaceregexp file="res/values/no_translate.xml" match='"app_edition">(.*)<' replace='"app_edition">${app.edition}<' byline="true" />
|
||||
</then>
|
||||
</if>
|
||||
|
|
Loading…
Reference in a new issue