edit the template
This commit is contained in:
parent
73f4a50f57
commit
66267ad037
|
@ -1,5 +1,5 @@
|
||||||
## See http://f-droid.org/manual for details
|
## See http://f-droid.org/manual for details
|
||||||
## Fields which aren't used can be deleted
|
## Fields and comments which aren't used can be deleted
|
||||||
## Blank lines are customary as they are seen here
|
## Blank lines are customary as they are seen here
|
||||||
#
|
#
|
||||||
# Only used for making an app disappear from the index
|
# Only used for making an app disappear from the index
|
||||||
|
@ -18,12 +18,12 @@ Source Code:
|
||||||
Issue Tracker:
|
Issue Tracker:
|
||||||
# A dedicated web page with donation buttons is preferred
|
# A dedicated web page with donation buttons is preferred
|
||||||
Donate:
|
Donate:
|
||||||
# See http://flattr.com. Not visible in the client/web repository yet
|
# See http://flattr.com
|
||||||
FlattrID:
|
FlattrID:
|
||||||
# Not visible in the client/web repository yet
|
# Add a comment about how to verify, such as URL for an issue
|
||||||
Bitcoin:
|
Bitcoin:
|
||||||
|
|
||||||
# Scripts will try to put the app's name here. Don't edit it
|
# Scripts will try to put the app's name here. Don't need to edit it
|
||||||
Auto Name:
|
Auto Name:
|
||||||
# Only changes the name in the index. Not generally required
|
# Only changes the name in the index. Not generally required
|
||||||
Name:
|
Name:
|
||||||
|
@ -62,7 +62,7 @@ Status: Last version and/or BETA and/or current version can't be built.
|
||||||
# Yes is the only possible value
|
# Yes is the only possible value
|
||||||
Requires Root:
|
Requires Root:
|
||||||
|
|
||||||
## These next four only apply to apps with source-built versions
|
## Repo and Build Version only apply to apps with source-built versions
|
||||||
Repo Type:
|
Repo Type:
|
||||||
Repo:
|
Repo:
|
||||||
# Versions/Codes of each Build Version must be different from the others
|
# Versions/Codes of each Build Version must be different from the others
|
||||||
|
@ -72,7 +72,8 @@ Build Version:version,version code,commit/tag,\
|
||||||
subdir=<path/to/manifest or pom>,\
|
subdir=<path/to/manifest or pom>,\
|
||||||
submodules=yes,\
|
submodules=yes,\
|
||||||
init=xxxx && yyyy && ...,\
|
init=xxxx && yyyy && ...,\
|
||||||
target=<target>,\
|
target=android-x,\
|
||||||
|
compilesdk=x,\
|
||||||
update=[no|force|.;<path/to/x>;<path/to/y>;...],\
|
update=[no|force|.;<path/to/x>;<path/to/y>;...],\
|
||||||
encoding=xxxx,\
|
encoding=xxxx,\
|
||||||
forceversion=yes,\
|
forceversion=yes,\
|
||||||
|
@ -86,13 +87,17 @@ scanignore=build/com.domain.app1/path1;build/org.domain.app2/path2;...,\
|
||||||
build=xxxx && yyyy && ...,\
|
build=xxxx && yyyy && ...,\
|
||||||
buildjni=[yes|no|<dir list>],\
|
buildjni=[yes|no|<dir list>],\
|
||||||
maven=yes,\
|
maven=yes,\
|
||||||
|
preassemble=task1 task2,\
|
||||||
|
gradle=[main|flavor],\
|
||||||
bindir=<path>,\
|
bindir=<path>,\
|
||||||
antcommand=xxx,\
|
antcommand=xxx,\
|
||||||
novcheck=yes
|
novcheck=yes
|
||||||
|
|
||||||
|
# A more recent version i.e. one with a greater version code
|
||||||
Build Version:
|
Build Version:
|
||||||
|
|
||||||
## Comments on what to watch for when adding new Build Versions (BVs) go here
|
## Comments on what to watch for when adding new Build Versions (BVs) go here
|
||||||
|
|
||||||
# This field is best used at the discretion of the repo maintainers
|
# This field is best used at the discretion of the repo maintainers
|
||||||
Auto Update Mode:
|
Auto Update Mode:
|
||||||
# One of Tags, RepoManifest, Static, Market or None (in that order of preference)
|
# One of Tags, RepoManifest, Static, Market or None (in that order of preference)
|
||||||
|
@ -101,7 +106,7 @@ Auto Update Mode:
|
||||||
# Use Static if you plan to let the maintainers know in person (so to speak)
|
# Use Static if you plan to let the maintainers know in person (so to speak)
|
||||||
Update Check Mode:
|
Update Check Mode:
|
||||||
# These two values are usually in the AndroidManifest of the current release,
|
# These two values are usually in the AndroidManifest of the current release,
|
||||||
# but may be automatically updated, depending on the value of the previous field
|
# but may be automatically updated, depending on the value of the previous field
|
||||||
Current Version:
|
Current Version:
|
||||||
Current Version Code:
|
Current Version Code:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue