Repository: cordova-android Updated Branches: refs/heads/master eb8cf56e8 -> 7a0918244
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/master Commit: 7a091824466cd86a22951c3b57fdd95204021dbb Parents: eb8cf56 Author: Ian Clelland <[email protected]> Authored: Thu Aug 28 11:26:35 2014 -0400 Committer: Ian Clelland <[email protected]> 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) }
