We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb890a commit 2598360Copy full SHA for 2598360
1 file changed
library/build.gradle
@@ -27,6 +27,7 @@ task sourcesJar(type: Jar) {
27
28
task javadoc(type: Javadoc) {
29
failOnError false
30
+ options.memberLevel = JavadocMemberLevel.PUBLIC
31
source = android.sourceSets.main.java.sourceFiles
32
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
33
classpath += configurations.compile
0 commit comments