edit the template
This commit is contained in:
parent
73f4a50f57
commit
66267ad037
|
@ -1,5 +1,5 @@
|
|||
## 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
|
||||
#
|
||||
# Only used for making an app disappear from the index
|
||||
|
@ -18,12 +18,12 @@ Source Code:
|
|||
Issue Tracker:
|
||||
# A dedicated web page with donation buttons is preferred
|
||||
Donate:
|
||||
# See http://flattr.com. Not visible in the client/web repository yet
|
||||
# See http://flattr.com
|
||||
FlattrID:
|
||||
# Not visible in the client/web repository yet
|
||||
# Add a comment about how to verify, such as URL for an issue
|
||||
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:
|
||||
# Only changes the name in the index. Not generally required
|
||||
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
|
||||
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:
|
||||
# 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>,\
|
||||
submodules=yes,\
|
||||
init=xxxx && yyyy && ...,\
|
||||
target=<target>,\
|
||||
target=android-x,\
|
||||
compilesdk=x,\
|
||||
update=[no|force|.;<path/to/x>;<path/to/y>;...],\
|
||||
encoding=xxxx,\
|
||||
forceversion=yes,\
|
||||
|
@ -86,13 +87,17 @@ scanignore=build/com.domain.app1/path1;build/org.domain.app2/path2;...,\
|
|||
build=xxxx && yyyy && ...,\
|
||||
buildjni=[yes|no|<dir list>],\
|
||||
maven=yes,\
|
||||
preassemble=task1 task2,\
|
||||
gradle=[main|flavor],\
|
||||
bindir=<path>,\
|
||||
antcommand=xxx,\
|
||||
novcheck=yes
|
||||
|
||||
# A more recent version i.e. one with a greater version code
|
||||
Build Version:
|
||||
|
||||
## 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
|
||||
Auto Update Mode:
|
||||
# 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)
|
||||
Update Check Mode:
|
||||
# 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 Code:
|
||||
|
||||
|
|
Loading…
Reference in a new issue