chore: Fix grammar in task description

This commit is contained in:
oSumAtrIX
2023-12-14 01:14:38 +01:00
parent 50d3195845
commit 7d6340ca5b

View File

@ -49,7 +49,7 @@ tasks.withType(Jar::class) {
tasks { tasks {
register<DefaultTask>("generateBundle") { 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) dependsOn(build)