You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/11/06 20:40:08 UTC

android commit: Add guard lines to gradle build file for extensions

Repository: cordova-android
Updated Branches:
  refs/heads/CB-3445 [created] 6201a6f6e


Add guard lines to gradle build file for extensions


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/6201a6f6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/6201a6f6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/6201a6f6

Branch: refs/heads/CB-3445
Commit: 6201a6f6ece6f0981bf25cd84e76ae9513354c39
Parents: fc63f66
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Nov 6 14:39:58 2014 -0500
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Nov 6 14:39:58 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/6201a6f6/bin/templates/project/build.gradle
----------------------------------------------------------------------
diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle
index b62a258..558fe01 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -207,6 +207,9 @@ def addSigningProps(propsFilePath, signingConfig) {
     }
 }
 
+// PLUGIN GRADLE EXTENSIONS START
+// PLUGIN GRADLE EXTENSIONS END
+
 if (file('build-extras.gradle').exists()) {
     apply from: 'build-extras.gradle'
 }


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