Skip to content

Commit 019254d

Browse files
authored
Merge pull request #25 from ItzNotABug/fix-name
Fix: name
2 parents 5dbdc7d + b3b8b71 commit 019254d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
pomFromGradleProperties()
3232
publishToMavenCentral(true)
3333
configure(new AndroidSingleVariantLibrary(
34-
new JavadocJar.Dokka("dokkaHtml"),
34+
new JavadocJar.Dokka("dokkaGenerateHtml"),
3535
new SourcesJar.Sources(),
3636
"release"
3737
))

0 commit comments

Comments
 (0)