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 fb66c6b commit 7cbc323Copy full SHA for 7cbc323
1 file changed
build/project-template-gradle/build.gradle
@@ -158,7 +158,7 @@ dependencies {
158
compile "com.android.support:appcompat-v7:$suppotVer"
159
160
// take all jars within the libs dir
161
- compile fileTree(dir: "libs", include: ["**/*.jar"])
+ compile fileTree(dir: "$projectDir/libs", include: ["**/*.jar"])
162
163
// take all jars within the node_modules dir
164
compile fileTree(dir: nodeModulesDir, include: ["**/platforms/android/**/*.jar"], exclude: '**/.bin/**')
0 commit comments