diff --git a/build.gradle.kts b/build.gradle.kts index 0281ddcf8f..ddba6c0d50 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)