Skip to content

Commit 2b64806

Browse files
committed
Merge branch 'ui-consolidation'
2 parents 1f5f208 + da3a7c6 commit 2b64806

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)