Skip to content

Commit 7cbc323

Browse files
author
Mihail Slavchev
committed
use absolute paths in gradle script
1 parent fb66c6b commit 7cbc323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/project-template-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ dependencies {
158158
compile "com.android.support:appcompat-v7:$suppotVer"
159159

160160
// take all jars within the libs dir
161-
compile fileTree(dir: "libs", include: ["**/*.jar"])
161+
compile fileTree(dir: "$projectDir/libs", include: ["**/*.jar"])
162162

163163
// take all jars within the node_modules dir
164164
compile fileTree(dir: nodeModulesDir, include: ["**/platforms/android/**/*.jar"], exclude: '**/.bin/**')

0 commit comments

Comments
 (0)