Skip to content

Commit c9011aa

Browse files
committed
deleted depricated lib dir from library add command
1 parent 64ceb38 commit c9011aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build/project-template-gradle/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ dependencies {
174174

175175
// take all jars within the node_modules dir
176176
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"])
180177

181178
//when gradle has aar support this will be preferred instead of addAarDependencies
182179
// compile files("$rootDir/libs/aar") {

0 commit comments

Comments
 (0)