Skip to content

Commit

Permalink
update AndroidMultiVariantLibrary doc (#835)
Browse files Browse the repository at this point in the history
Co-authored-by: J!nl!n <[email protected]>
  • Loading branch information
5peak2me and J!nl!n authored Sep 19, 2024
1 parent a681711 commit e074841
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ data class AndroidSingleVariantLibrary @JvmOverloads constructor(
* empty all variants will be published. Otherwise, only variants matching those filters will be included.
*
* Equivalent Gradle set up (AGP 7.1.1):
* ```
* android {
* publishing {
* multipleVariants {
Expand All @@ -209,6 +210,7 @@ data class AndroidSingleVariantLibrary @JvmOverloads constructor(
* }
* }
* }
* ```
*/
data class AndroidMultiVariantLibrary @JvmOverloads constructor(
override val sourcesJar: Boolean = true,
Expand Down

0 comments on commit e074841

Please sign in to comment.