Skip to content

Commit da2b28e

Browse files
committed
Changed javadoc folder
1 parent 01cef83 commit da2b28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ configurations.all {
6969
task javadoc(type: Javadoc) {
7070
source = android.sourceSets.main.java.srcDirs
7171
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
72-
destinationDir = file("../javadoc/")
72+
destinationDir = file("../app/build/javadoc/")
7373
failOnError false
7474
}

0 commit comments

Comments
 (0)