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/09/11 17:28:53 UTC

[11/31] android commit: CB-3445: Ensure that JAR files in libs directory are included

CB-3445: Ensure that JAR files in libs directory are included


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

Branch: refs/heads/4.0.x
Commit: 7a091824466cd86a22951c3b57fdd95204021dbb
Parents: eb8cf56
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Aug 28 11:26:35 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Aug 28 13:17:26 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/7a091824/bin/templates/project/build.gradle
----------------------------------------------------------------------
diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle
index dcebbc5..8bccc41 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -15,6 +15,7 @@ buildscript {
 ext.multiarch=false
 
 dependencies {
+    compile fileTree(dir: 'libs', include: '*.jar')
     for (subproject in getProjectList()) {
         compile project(subproject)
     }