From 7d6340ca5bf6bfeab015a73403f4bdf0da1a91eb Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 14 Dec 2023 01:14:38 +0100 Subject: [PATCH] chore: Fix grammar in task description --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0281ddcf..ddba6c0d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ tasks.withType(Jar::class) { tasks { register("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)