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 1f7b0a9 commit fb66c6bCopy full SHA for fb66c6b
1 file changed
build/project-template-gradle/build.gradle
@@ -332,7 +332,7 @@ task addAarDependencies << {
332
////////////////////////////////////////////////////////////////////////////////////
333
334
task cleanLocalAarFiles(type: Delete) {
335
- delete fileTree(dir: "libs/aar", include: ["*.aar"])
+ delete fileTree(dir: "$projectDir/libs/aar", include: ["*.aar"])
336
}
337
338
task ensureMetadataOutDir {
0 commit comments