Skip to content

Commit

Permalink
fix: header
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinPostindustria committed Aug 7, 2024
1 parent 0004b15 commit 8b0d75f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PrebidMobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies {

task combinedJavadoc(type: Javadoc, dependsOn: assemble) {
title = """
<h1>Prebid Mobile Android SDK</h1>
<p>Documentation to the public API.</p>
<h1>Prebid Mobile Android SDK. </h1>
<p>Documentation to the public API. </p>
"""

var sourcePaths = project(":PrebidMobile-core").files("src/main/java")
Expand Down

0 comments on commit 8b0d75f

Please sign in to comment.