Add ant, maven and gradle simple build templates
This commit is contained in:
parent
29ef0bb9d6
commit
8fd759354b
7
templates/build-ant
Normal file
7
templates/build-ant
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Build:1.0,1
|
||||||
|
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.
|
9
templates/build-gradle
Normal file
9
templates/build-gradle
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Build:1.0,1
|
||||||
|
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.
|
6
templates/build-maven
Normal file
6
templates/build-maven
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Build:1.0,1
|
||||||
|
commit=v1.0
|
||||||
|
maven=yes
|
||||||
|
|
||||||
|
As with all build methods, use subdir=app if the app resides under a
|
||||||
|
subdirectory called "app".
|
Loading…
Reference in a new issue