We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ceb38 commit c9011aaCopy full SHA for c9011aa
build/project-template-gradle/build.gradle
@@ -174,9 +174,6 @@ dependencies {
174
175
// take all jars within the node_modules dir
176
compile fileTree(dir: nodeModulesDir, include: ["**/platforms/android/**/*.jar"], exclude: '**/.bin/**')
177
-
178
- // take all jars within the lib/Android dir
179
- compile fileTree(dir: libDir, include: ["**/*.jar"])
180
181
//when gradle has aar support this will be preferred instead of addAarDependencies
182
// compile files("$rootDir/libs/aar") {
0 commit comments