mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Templates to the YAML Format
This commit is contained in:
parent
e0c059effb
commit
fc9b388da5
3 changed files with 26 additions and 19 deletions
|
|
@ -1,7 +1,8 @@
|
|||
Build:1.0,1
|
||||
commit=v1.0
|
||||
Builds:
|
||||
- versionName: 1.0
|
||||
commit: v1.0
|
||||
|
||||
As with all build methods, use subdir=app if the app resides under a
|
||||
subdirectory called "app".
|
||||
|
||||
Use target=android-X if no target is defined in project.properties.
|
||||
# As with all build methods, use `subdir: app` if the app resides under a
|
||||
# subdirectory called "app".
|
||||
#
|
||||
# Use `target: android-X` if no target is defined in project.properties.
|
||||
|
|
|
|||
|
|
@ -1,9 +1,14 @@
|
|||
Build:1.0,1
|
||||
commit=v1.0
|
||||
gradle=yes
|
||||
Builds:
|
||||
- versionName: 1.0
|
||||
commit: v1.0
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
As with all build methods, use subdir=app if the app resides under a
|
||||
subdirectory called "app".
|
||||
|
||||
You must use gradle=flavourName to build a specific flavour if the app has
|
||||
multiple flavours.
|
||||
# As with all build methods, use `subdir: app` if the app resides under a
|
||||
# subdirectory called "app".
|
||||
#
|
||||
# You must use
|
||||
# gradle:
|
||||
# - flavour
|
||||
# - name
|
||||
# to build a specific flavour if the app has multiple flavours.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
Build:1.0,1
|
||||
commit=v1.0
|
||||
maven=yes
|
||||
Builds:
|
||||
- versionName: 1.0
|
||||
commit: v1.0
|
||||
maven: 'yes'
|
||||
|
||||
As with all build methods, use subdir=app if the app resides under a
|
||||
subdirectory called "app".
|
||||
# As with all build methods, use `subdir: app` if the app resides under a
|
||||
# subdirectory called "app".
|
||||
|
|
|
|||
Loading…
Reference in a new issue