Skip to content

Commit

Permalink
docs: fix dokka title (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso authored Oct 26, 2023
1 parent 191fc7d commit 3d7827b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ plugins {
id 'org.jetbrains.dokka'
}

dokkaHtml {
moduleName.set("android-maps-utils ")
}

android {

defaultConfig {
Expand Down

0 comments on commit 3d7827b

Please sign in to comment.