chore: Fix grammar in task description
This commit is contained in:
parent
5633048550
commit
7a98270e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ tasks.withType(Jar::class) {
|
|||
|
||||
tasks {
|
||||
register<DefaultTask>("generateBundle") {
|
||||
description = "Generate dex files from build and bundle them in the jar file"
|
||||
description = "Generate DEX files and add them in the JAR file"
|
||||
|
||||
dependsOn(build)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue