Skip to content

Commit 99ac966

Browse files
author
Mihail Slavchev
committed
Revert "use absolute paths in gradle script"
This reverts commit 2df0256.
1 parent 2df0256 commit 99ac966

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 '$projectDir/libs/aar'
147+
dirs 'libs/aar'
148148
}
149149
}
150150

0 commit comments

Comments
 (0)