You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/12/22 16:53:03 UTC

[06/12] cordova-amazon-fireos git commit: Add a section for plugin extensions

Add a section for plugin extensions

The build.gradle will apply gradle srcipte from plugin extension
When install the plugin with "gradleReference" framework.
The gradle can set ext.multiarch=true to support multiple APKs by
default, so add this section in here.


Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/df49aca5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/df49aca5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/df49aca5

Branch: refs/heads/master
Commit: df49aca55e3dfb1cceba8a1966ccb486dc415e45
Parents: 585db69
Author: fujunwei <ju...@intel.com>
Authored: Mon Nov 17 15:52:40 2014 +0800
Committer: Ajitha <aj...@amazon.com>
Committed: Sat Dec 13 19:01:35 2014 +0000

----------------------------------------------------------------------
 bin/templates/project/build.gradle | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/df49aca5/bin/templates/project/build.gradle
----------------------------------------------------------------------
diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle
index 5a997e6..f427561 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -50,6 +50,9 @@ task wrapper(type: Wrapper) {
     gradleVersion = '1.12'
 }
 
+// PLUGIN GRADLE EXTENSIONS START
+// PLUGIN GRADLE EXTENSIONS END
+
 ext.multiarch=false
 
 android {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org