Add ant, maven and gradle simple build templates

master
Daniel Martí 2015-08-18 16:46:00 -07:00
parent 29ef0bb9d6
commit 8fd759354b
3 changed files with 22 additions and 0 deletions

7
templates/build-ant Normal file
View 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
View 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
View 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".