mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-17 20:50:29 +03:00
Update docs for forceversion/forcevercode.
This commit is contained in:
parent
10567fc0cc
commit
bd6619ee01
2 changed files with 15 additions and 10 deletions
14
fdroid.texi
14
fdroid.texi
|
|
@ -364,13 +364,15 @@ the directory that contains AndroidManifest.xml.
|
|||
Specify an alternate ant command (target) instead of the default
|
||||
'release'.
|
||||
|
||||
@item insertversion=x
|
||||
If specified, the pattern 'x' in the AndroidManifest.xml is replaced
|
||||
with the version number for the build.
|
||||
@item forceversion=yes
|
||||
If specified, the package version in AndroidManifest.xml is replaced
|
||||
with the version number for the build as specified in recipe. Useful
|
||||
for cases when upstream repo missed to update it for specific tag,
|
||||
or to build an arbitrary revision.
|
||||
|
||||
@item insertvercode=x
|
||||
If specified, the pattern 'x' in the AndroidManifest.xml is replaced
|
||||
with the version code for the build.
|
||||
@item forcevercode=yes
|
||||
If specified, the package vercode in the AndroidManifest.xml is replaced
|
||||
with the version code for the build. See also forceversion.
|
||||
|
||||
@item update=no
|
||||
By default, 'android update project' is used to generate or update the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue