mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Correct javadoc header
This commit is contained in:
parent
2dabad3bc3
commit
683b67cc19
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ android.libraryVariants.all { variant ->
|
|||
|
||||
android.libraryVariants.all { variant ->
|
||||
task("generate${variant.name.capitalize()}Javadoc", type: Javadoc) {
|
||||
title = "$name $version API"
|
||||
title = "ExoPlayer library"
|
||||
description "Generates Javadoc for $variant.name."
|
||||
source = variant.javaCompile.source
|
||||
classpath = files(variant.javaCompile.classpath.files, project.android.getBootClasspath())
|
||||
|
|
|
|||
Loading…
Reference in a new issue