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