mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
CB-3445: Ensure that JAR files in libs directory are included
This commit is contained in:
parent
7caa96abcd
commit
233e513860
@ -15,6 +15,7 @@ buildscript {
|
||||
ext.multiarch=false
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: '*.jar')
|
||||
for (subproject in getProjectList()) {
|
||||
compile project(subproject)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user