Skip to content

Commit 2df0256

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

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
@@ -144,7 +144,7 @@ repositories {
144144
jcenter()
145145
// used for local *.AAR files
146146
flatDir {
147-
dirs 'libs/aar'
147+
dirs '$projectDir/libs/aar'
148148
}
149149
}
150150

0 commit comments

Comments
 (0)