Skip to content

Commit

Permalink
chore: Fix grammar in task description
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 14, 2023
1 parent 50d3195 commit 7d6340c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7d6340c

Please sign in to comment.