diff --git a/templates/build-ant b/templates/build-ant new file mode 100644 index 0000000000..ae7b0ccc6d --- /dev/null +++ b/templates/build-ant @@ -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. diff --git a/templates/build-gradle b/templates/build-gradle new file mode 100644 index 0000000000..0eb5343c8e --- /dev/null +++ b/templates/build-gradle @@ -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. diff --git a/templates/build-maven b/templates/build-maven new file mode 100644 index 0000000000..c5ada5a25f --- /dev/null +++ b/templates/build-maven @@ -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".